@charset "UTF-8"; 
@viewport{user-zoom: fixed;}
@import url('../fonts/icomoon/style.css');

  
 @font-face {
  font-family: 'divine-pro';
  font-weight: 400;
  src: url("../fonts/divine/divine-pro-regular.eot");
  src: url("../fonts/divine/divine-pro-regular.woff2") format("woff2"), url("../fonts/divinedivine-pro-regular.woff") format("woff"), url("../fonts/divine/divine.ttf") format("truetype"), url("../fonts/divine/divine-pro-regular.svg#divine-pro-regular") format("svg"), url("../fonts/divine/divine-pro-regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }  
  @font-face {
  font-family: 'divine-pro-semi';
  font-weight: 400;
  src: url("../fonts/divine/divine-pro-semi.eot");
  src: url("../fonts/divine/divine-pro-semi.woff2") format("woff2"), url("../fonts/divinedivine-pro-semi.woff") format("woff"), url("../fonts/divine/divine.ttf") format("truetype"), url("../fonts/divine/divine-pro-semi.svg#divine-pro-semi") format("svg"), url("../fonts/divine/divine-pro-semi.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }  
  @font-face {
  font-family: 'divine-pro-bold';
  font-weight: 400;
  src: url("../fonts/divine/divine-pro-bold.eot");
  src: url("../fonts/divine/divine-pro-bold.woff2") format("woff2"), url("../fonts/divinedivine-pro-bold.woff") format("woff"), url("../fonts/divine/divine.ttf") format("truetype"), url("../fonts/divine/divine-pro-bold.svg#divine-pro-bold") format("svg"), url("../fonts/divine/divine-pro-bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  }  
  
/* @font-face {
  font-family: 'divine-pro';
  src: url("../fonts/divine/divine.eot");
  src: url("../fonts/divine/divine.woff2") format("woff2"), url("../fonts/divine/divine.woff") format("woff"), url("../fonts/divine/divine.ttf") format("truetype"), url("../fonts/divine/divine.svg#AvenirLTStd-Oblique") format("svg"), url("../fonts/divine/divine.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  } */
/* @font-face {
  font-family: 'divine';
  src: url("../fonts/divine/divine.eot");
  src: url("../fonts/divine/divine.woff2") format("woff2"), url("../fonts/divine/divine.woff") format("woff"), url("../fonts/divine/divine.ttf") format("truetype"), url("../fonts/divine/divine.svg#AvenirLTStd-Oblique") format("svg"), url("../fonts/divine/divine.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  }   */

*,
*::after,
*::before
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html,
body
{
    height: 100%;
	
}


body
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400!important;
    font-style: normal;
    line-height: 25px;
    position: relative;
	 overflow-x: hidden;
    visibility: visible;
    color: #333333;
    background-color: #fff;
	-webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6
{
   font-family: 'Raleway', sans-serif;
    font-weight: 700!important;
    margin-top: 0; 
    color: #333333;
}

h1
{
    font-size: 32px;
    line-height: 42px;
}

h2
{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
}

h3
{
    font-size: 24px;
    line-height: 30px;
}

h4
{
    font-size: 18px;
    line-height: 24px;
}

h5
{
    font-size: 17px;
    line-height: 18px;
}

h6
{
    font-size: 16px;
    line-height: 14px;
}

p:last-child
{
    margin-bottom: 0;
}
p, span{
	font-family: 'divine-pro'!important;
}
p{
	color: #6d6d6d;
}
a,
button
{
    line-height: inherit;

    display: inline-block;

    cursor: pointer; 
    text-decoration: none;

    color: inherit;
}

a,
button,
img,
input,
span
{
    -webkit-transition: all .1s ease 0s;
            transition: all .1s ease 0s;
}

*:focus
{
    outline: none !important;
}

a:focus
{
    text-decoration: none; 

    color: inherit;
    outline: none;
}

a:hover
{
    text-decoration: none;
	color: #e9c11f;
}
a.developedlink{
	color: #ecdecd;
}
button,
input[type='submit']
{
    cursor: pointer;
}

ul
{
    margin: 0;
    padding: 0; 

    list-style: outside none none;
}
/* ::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
::-webkit-scrollbar-thumb {
    background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

::-webkit-scrollbar-thumb:hover {
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
 */
.fa, .fab, .fal, .far, .fas{
	  -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*-- Tab Content & Pane Fix --*/
img{
	max-width: 100%;
}
img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
}
img.lazy-image.loaded {
  opacity: 1;
}
.page-section.pb-40.login-section {
    padding: 100px 0 !important;
}
.tab-content
{
    width: 100%;
	padding: 30px 0 200px;
}
.tab-content .tab-pane
{
    display: block;
    visibility: hidden;
    overflow: hidden;

    max-width: 100%;
    height: 0;

    opacity: 0;
}
.tab-content .tab-pane.active
{
    visibility: visible;
    overflow: visible; 

    height: auto;

    opacity: 1;
}
.f-right{
	float: right;
}
.f-left{
	float: left;
}

.border-bottom
{
    border-bottom: 1px solid #ededed;
}

select
{
    padding-right: 15px;

    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' height=\'10px\' width=\'15px\'%3E%3Ctext x=\'0\' y=\'10\' fill=\'black\'%3E%E2%96%BE%3C/text%3E%3C/svg%3E'); 
    background-repeat: no-repeat;
    background-position: 95% 50%; 
	position: relative;
    -webkit-appearance: none;
       -moz-appearance: none; 
}

.contact-form .form-group select{
	width: 100%;
    border: none;
    height: 40px;
    font-size: 14px;
    box-shadow: none;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 3px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: none;
    background-color: #F8F7F1;
    font-weight: 400;
	color: #888;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.ripple {
	background-color: #FFFFFF;
	border-radius: 100%;
	color: #07d765;
	position: relative;
	display: inline-block;
	line-height: 78px;
	font-size: 30px;
	vertical-align: middle;
	height: 75px;
	width: 75px;
	text-align: center;
}
.ripple::before,.ripple::after {
	background-color: #ffffff;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
	-webkit-animation-name: ripple_effect;
	-moz-animation-name: ripple_effect;
	-o-animation-name: ripple_effect;
	animation-name: ripple_effect;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}
.ripple::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.ripple::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple_effect {
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.6;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple_effect {
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.6;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.bounceimg{
	-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
	animation: bounceimg 2s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}

@keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}

.img--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    font-family: "object-fit: cover; object-position: top center";
    z-index: -1;
}

/*----------  Sharp border tippyjs theme  ----------*/
/* If `animateFill: true` (default) */
.tippy-tooltip.sharpborder-theme .tippy-backdrop
{
    font-weight: 400;

    color: #fff; 
    background-color:#222;
}

/* If `animateFill: false` */
.tippy-tooltip.sharpborder-theme
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    padding: 8px 10px; 

    white-space: nowrap;

    color: #fff;
    background-color:#222;
}

.tippy-popper[x-placement^='top'] .tippy-tooltip.sharpborder-theme .tippy-arrow
{
    border-top-color:#222;
}

/*=====  End of Theme default CSS  ======*/
/*=============================================
=            Header            =
=============================================*/
/*----------  header area  ----------*/
.header-area
{
    position: relative;
    z-index: 9;
    /* absolute header style */
}
.header-area.is-sticky
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;

    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-area.is-sticky .navigation-top
{
    display: none;
}
.header-area.is-sticky .navigation-menu-area
{
    background: rgba(255, 255, 255, .7);
}
.header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #fff;
}
.header-area--absolute
{
	overflow: visible!important;
    position: relative;
    z-index: 9; 
    top: 0;
    left: 0;
	background: #fff;
	height: auto;
    width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .header-area--absolute
    {
          position: relative;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute
    {
         position: relative;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute
    {
        position: relative;
    }
}
.header-area--absolute.is-sticky--absolute
{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
	visibility: visible;
	display: block;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
            animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
}
/* .header-area--absolute.is-sticky--absolute .col-3.col-xl-7.col-lg-7.order-3.order-lg-2.col-md-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
 */

.header-area--absolute.is-sticky--absolute:hover
{
/*     background-color: #f1f1ef; */
}
.header-area--absolute.is-sticky--absolute .navigation-top-topbar
{
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area
    {
        margin-top: 0 !important;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area
    {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .logo
    {
        /* display: none; */
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .logo
    {
     /*    display: none; */
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .search-icon
    {
        display: none !important;
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .search-icon
    {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header-area--absolute.is-sticky--absolute .header-cart-icon
    {
      /*   display: none !important; */
    }
}
@media only screen and (max-width: 767px)
{
    .header-area--absolute.is-sticky--absolute .header-cart-icon
    {
       /*  display: none !important; */
    }
}
.header-area--absolute.is-sticky--absolute .main-menu--separate nav > ul > li > a
{
    line-height: 70px;
}

/*----------  navigatopn top  ----------*/
.navigation-top
{
    background-color:#222;
}

/*----------  navigation top topbar  ----------*/
.navigation-top-topbar
{
    border-bottom: 1px solid rgba(255, 255, 255, .17);
}

/*----------  header top social links  ----------*/
@media only screen and (max-width: 767px)
{
    .header-top-social-links
    {
        /* padding-bottom: 10px;  */

        border-bottom: 1px solid rgba(255, 255, 255, .17);
    }
}

/*----------  headertop dropdown container  ----------*/
.headertop-dropdown-container
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
@media only screen and (max-width: 767px)
{
    .headertop-dropdown-container
    {
        padding-top: 6px;
    margin-bottom: 4px;
    }
	.header-cart-icon {
		/* margin-right: 10px; */
	}
}
@media only screen and (max-width: 479px)
{
    .headertop-dropdown-container:first-child .extra-small-mobile-fix
    {
        left: 0;
    }
}
.header-top-single-dropdown
{
    position: relative;
}
 .header-top-single-dropdown a
{
  /*   font-size: 16px; 
    font-weight: 400;

    color: #fff; */
}
.header-top-single-dropdown a:hover
{
    color: #333333;
}
 .header-top-single-dropdown a i
{
    font-size: 17px;
	margin-right: 3px;
    margin-left: 3px;
}
 .header-top-single-dropdown a i.icn-arrow_down{
	font-size: 11px;
}
 .header-top-single-dropdown__dropdown-menu-items
{
    position: absolute;
    z-index: 5;
    top: 100%;
    right: 0%;
    left: auto;

    display: none; 

    min-width: 185px;
    padding: 0 15px;

    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
 .header-top-single-dropdown__dropdown-menu-items.deactive-dropdown-menu
{
    display: none;
}
.header-top-single-dropdown__dropdown-menu-items.active-dropdown-menu
{
    display: block;
	box-shadow: 0 0 5px 0 rgb(203 198 47 / 20%);
    border-top: 2px solid #e9c11f;
}
li.header-top-single-dropdown:hover .header-top-single-dropdown__dropdown-menu-items.deactive-dropdown-menu{
	/* display: block; */
}
.header-top-single-dropdown__dropdown-menu-items.active-dropdown-menu ul li a {
    padding: 8px 0;
}
.header-top-single-dropdown__dropdown-menu-items ul li
{
    border-bottom: 1px solid #e9c11f;
}
.header-top-single-dropdown__dropdown-menu-items.deactive-dropdown-menu ul li a {
    line-height: 25px;
}
 .header-top-single-dropdown__dropdown-menu-items ul li:last-child
{
    border-bottom: 0;
}
 .header-top-single-dropdown__dropdown-menu-items ul li a
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
letter-spacing: .02em;
    display: block; 

    padding: 10px 0;

    color: #333333;
}

 .header-top-single-dropdown__dropdown-menu-items ul li a:hover
{
    color:#222;
}
.headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #fff;
}

/*----------  navigation top search  ----------*/
/*----------  search bar  ----------*/
.search-bar
{
    position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-bar
    {
        width: 95%; 

        -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
                transform: translateX(30px);
    }
}
.search-bar form input
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;

    width: 100%;
    height: 48px;
    padding: 0 65px 0 20px;

    color: #fff;
    border: 0;
    border-radius: 5px; 
    background: rgba(255, 255, 255, .2);
}
.search-bar form button
{
     font-family: 'divine-pro';
    font-size: 22px;
    font-weight: 400;
    line-height: 48px; 

    position: absolute;
    top: 0;
    right: 0;

    width: 60px;
    margin: 0;
    padding: 0;

    color: #fff;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.search-bar form button:hover
{
    color: #ffdd20;
}
.search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #fff;
}
.search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #fff;
}

/*----------  customer support text  ----------*/
.customer-support-text
{
    position: relative;

    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .customer-support-text
    {
        -webkit-transform: translateX(70px);
            -ms-transform: translateX(70px);
                transform: translateX(70px);
    }
}
@media only screen and (max-width: 767px)
{
    .customer-support-text
    {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
@media only screen and (max-width: 575px)
{
    .customer-support-text
    {
        display: inline-block;
    }
}
.customer-support-text .icon
{
    position: absolute;
    top: 5px; 
    left: 0;
}
.customer-support-text .text
{
    padding-left: 52px;
}
@media only screen and (max-width: 575px)
{
    .customer-support-text .text
    {
        text-align: left;
    }
}
.customer-support-text .text span
{
      font-family: 'divine-pro';
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 
    color: #fff;
}
.customer-support-text .text p
{
      font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 
    margin: 0;
    color: #ffdd20;
}

/*----------  small cart  ----------*/
.header-cart-icon
{
    position: relative;
	z-index: 1;
}
.header-cart-icon .small-cart-trigger
{
    font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 400;
    top: 37px;
    position: relative;
    display: inline-block;
    color: #333333;
    border: none;
    border-radius: 5px;
    background: transparent!important;
   width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #b7b7b7;
    margin-left: 10px;
	transition: none;
}
.header-cart-icon .small-cart-trigger i{
	color: #333333;
	font-size: 16px;
    right:0;
	position: relative;
	z-index: 1;
}
.header-cart-icon .small-cart-trigger .cart-counter
{
	 font-family: 'divine-pro-semi';
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    position: absolute;
    top: 20%;
    left: 25px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color:#333333;
    border-radius: 100%;
	 background: #e9c11f;
}
.header-cart-icon .small-cart-trigger:hover,
.header-cart-icon .small-cart-trigger.active
{
    color: #333333;
    border-color: #f7f7f8; 
    background: #f7f7f8;
}
.header-cart-icon .small-cart-trigger:hover .cart-counter,
.header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #fff; 
    background:#222;
}
.header-area--absolute.is-sticky--absolute .header-cart-icon .small-cart-trigger{
	top: 18px;
}
.small-cart
{
    position: fixed;
    z-index: 9; 
	top: 0;
    right: 0;
	right: 0;
    display: none;
	height: 100vh;
  /*   overflow-y: auto; */
    width: 100%;
    margin-top: 0px;
    background-color: #fff; 
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	-webkit-animation: unscaleAnimation .3s;
    -moz-animation: unscaleAnimation .3s;
    -o-animation: unscaleAnimation .3s;
    -ms-animation: unscaleAnimation .3s;
    animation: unscaleAnimation .3s;
   -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transform-origin: 100% -50%;
}
.header-area--absolute.is-sticky--absolute .navigation-middle .navigation-top-search-area .small-cart{
/* 	top: 70px; */
}
@-moz-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleAnimation {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes unscaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes unscaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@-o-keyframes unscaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes unscaleAnimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
}

.small-cart.active-dropdown-menu:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
	right: 0;
    background: #F2F0EA;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}
.small-cart-overall{
	width: 380px;
	height: calc(100vh - 0px);
    right: 0;
    float: right;
    background: #fafafa;
}
@keyframes fadeInrightcart{
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}




@media only screen and (max-width: 479px)
{
  /*   .small-cart
    {
        max-width: 300px;
    } */
}
.small-cart-close {
	position: fixed;
    line-height: 20px;
    right: 0px;
    margin-bottom: 20px;
    /* top: 10px; */
    width: 380px;
    height: 35px;
    padding-top: 9px;
    padding-right: 32px;
	color: #ccc;
    border-bottom: 1px solid #F2F0EA;
    background: #333333;
}
.small-cart-item-wrapper
{
    padding: 15px 30px;
	margin-top: 40px;
    border-bottom: 1px solid #f7f7f8;
	height: calc(75vh - 0px);
	overflow-y: auto;
}

.cd-auto-hide-header.is-sticky--absolute .navigation-top-search-area .small-cart .small-cart-item-wrapper{
	height: calc(75vh - 0px);
}
.cd-auto-hide-header.is-sticky--absolute.is-hidden .navigation-top-search-area .small-cart .small-cart-item-wrapper{
	height: calc(75vh - 0px);
}
.small-cart-item-wrapper .single-item
{
    position: relative; 
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f8;
}
.small-cart-item-wrapper .single-item:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.small-cart-item-wrapper .single-item .image
{
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
}
.small-cart-item-wrapper .single-item .remove-icon
{
    position: absolute;
    top: 0;
    right: 0;
	color: #333333;
}
.small-cart-item-wrapper .single-item .remove-icon i
{
    font-size: 12px;
}
.small-cart-item-wrapper .single-item .remove-icon:hover
{
    color:#222;
}
.small-cart-item-wrapper .single-item .content
{
    padding-left: 10px;
    text-align: left; 
    -webkit-flex-basis: calc(90% - 80px);
    -ms-flex-preferred-size: calc(90% - 80px);
            flex-basis: calc(90% - 80px);
}
.small-cart-item-wrapper .single-item .content p
{
    margin-bottom: 0;
}
.small-cart-item-wrapper .single-item .content p.cart-name a
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 8px; 
    color: #333333;
}
.small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color:#222;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity
{
	  font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 18px; 
    color:#333333;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity .quantity-mes
{
	  font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 18px; 
    color: #333333;
}

.cart-calculation-table
{
    padding: 15px 30px;
}
.cart-calculation-table table tbody tr:last-child td:last-child
{
    font-size: 20px; 
    color:#333333;
}
.cart-calculation-table table tbody tr td
{
      font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 25px; 
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #333333;
    border-top: 0;
}

.cart-buttons a
{
    display: block;
    margin-bottom: 5px;
	border-radius: 0;
	width: 100%;
}
.cart-buttons a:last-child
{
    margin-bottom: 0;
}

/*----------  active and deactive dropdown  ----------*/
.deactive-dropdown-menu
{
    display: none;
}

.active-dropdown-menu
{
    display: block;
    webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: scaleAnimation .3s;
    -moz-animation: scaleAnimation .3s;
    -o-animation: scaleAnimation .3s;
    -ms-animation: scaleAnimation .3s;
    animation: scaleAnimation .3s;
    transform: scale(1);
}

/*----------  navigation menu  ----------*/
.navigation-menu-area
{
    background-color: #fff; 
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .08);
}

.main-menu
{
    /* separate menu style */
}
.main-menu nav > ul > li
{	
position: relative;
display: inline-block;
    margin-right: 5px;
      font-family: 'divine-pro';
    font-size: 14px;
	z-index: 1;
    font-weight: 400;
    text-transform: uppercase;
	padding: 45px 0;
}

.navbar {
    padding: 6px 0!important;
    line-height: 55px;
}
ul.mega-menu.four-column ul li {
   line-height: 15px;
    width: 100%;   
    padding: 7px;
    margin: 5px 0;
    border-radius: 5px;
}
ul.mega-menu.four-column ul li:hover {
	 background: #e9c11f;
}
.main-menu nav > ul > li:last-child
{
    margin-right: 0;
}
.main-menu nav > ul > li.active > a,
.main-menu nav > ul > li:hover > a
{
    position: relative; 
    color:#333333;
}
 .main-menu nav > ul > li.menu-item-has-children > a::after{
    font-size: 11px;
    font-weight: 400; 
    float: right;
    margin-left: 5px;
    content: "\e927";
	position: absolute;
	top: 7px;
	right: 6px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu nav > ul > li::after
{
  /* content: "";
    position: absolute;
    left: 5%;
    top: 12.5%;
    background-image: url(../img/icons/menu_item_shape.png);
    width: 23px;
    height: 14px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; */
}
.main-menu nav > ul > li::before{
	/* content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    box-shadow: 0px 5px 12.09px 0.91px rgb(71 51 127 / 11%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 24px;
    border-radius: 0 0 0 10px;
    margin: 0 auto;
    opacity: 0;
    z-index: -1;
    background: linear-gradient( 
315deg
 , #e9c11f 0%, #e9c11f 100%); */
}
.main-menu nav > ul > li.active::before, .main-menu nav > ul > li.active::after, .main-menu nav > ul > li:hover::before, .main-menu nav > ul > li:hover::after {
    opacity: 1;
}
.main-menu nav > ul > li > a
{
 font-family: 'divine-pro-semi';
    font-size: 17px;
	letter-spacing: .02em;
    font-weight: 600;
    line-height: 25px; 
	text-transform:capitalize;
    display: block;
    color: #333333;
	padding: 0 20px;
	position:relative;
	z-index: 1;
}
.main-menu nav > ul > li > a i{
	font-size: 11px;
}
.main-menu nav > ul > li > a:after{
	content: "";
    height: 5px;
    width: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    margin: 0 auto;
    border-radius: 50%;
	background-color: #e9c11f;
}
.main-menu nav > ul > li.active a::after, .main-menu nav > ul > li > a:hover::after, .main-menu nav > ul > li > a:focus::after {
    bottom: -5px;
    opacity: 1;
}
.main-menu nav > ul > li:hover > .sub-menu,
.main-menu nav > ul > li:hover > .mega-menu
{
    z-index: 999; 
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}

.main-menu nav > ul > li:hover > .mega-menu{
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
	-webkit-animation-duration: .2s;
    -moz-animation-duration: .2s;
    -o-animation-duration: .2s;
    -ms-animation-duration: .2s;
    animation-duration: .2s;
}
.main-menu--separate nav > ul
{
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .main-menu--separate nav > ul
    {
        text-align: left;
    }
}
.main-menu--separate nav > ul > li > a
{
    line-height: 80px;
}
.main-menu--separate .sub-menu
{
    text-align: left;
}
.main-menu--separate .mega-menu
{
    text-align: left;
}
.main-menu--separate .mega-menu.four-column
{
    left: -300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .main-menu--separate .mega-menu.four-column
    {
        left: -300px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .main-menu--separate .mega-menu.four-column
    {
        left: -450px;
    }
}

/*----------  submenu  ----------*/
.sub-menu
{
    position: absolute;
    top: 100%;
    left: -20px;

    visibility: hidden;

    width: 230px;
    padding:0; 

    opacity: 0;
	border-radius: 4px;
	border-top: 2px solid #e9c11f;
    background-color: #F2F0EA;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
.sub-menu li
{
    position: relative;
}
.sub-menu li a
{
   font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 15px;
    text-transform: capitalize;
    color: #333333;
    text-align: left;
	letter-spacing: .02em;
}
.sub-menu li a:hover
{
    color:#222;
}
.sub-menu li.menu-item-has-children > a::after
{
    font-family: Ionicons;
    font-size: 11px; 
    font-weight: 400;

    float: right;

    margin-left: 5px;

    content: '\f3d1';
}
.sub-menu li:hover > .sub-menu
{
    z-index: 999; 

    visibility: visible;

    margin-top: 0;

    opacity: 1;
}
.sub-menu .sub-menu
{
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;

    visibility: hidden;

    opacity: 0;
}
.sub-menu .sub-menu li a
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 400;

    padding: 15px; 

    text-transform: capitalize;

    color: #333333;
}
.sub-menu .sub-menu li a:hover
{
    color:#222;
}
.sub-menu .sub-menu .sub-menu
{
    right: 100%; 
    left: auto;
}
.sub-menu .sub-menu .sub-menu .sub-menu
{
    right: auto; 
    left: 100%;
}
.sub-menu .sub-menu .sub-menu .sub-menu
{
    right: 100%; 
    left: auto;
}
ul.navbar-nav > li > a{
	position: relative;
	display: block;
	z-index: 1;
	line-height: 14px;
	padding: 0;
	font-weight: 600;
	line-height: 25px;
	text-transform: initial!important;
    font-family: 'divine-pro-semi';
    font-size: 17px;
	letter-spacing: .02em;
	color: #333333;
	/* padding-right: 1rem!important;
    padding-left: 1rem!important; */
}
ul.navbar-nav > li a i{
	font-size: 17px;
}
.nav-link{
	padding: .4rem 1rem;
}
ul.navbar-nav > li a::before{
	/* content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 37px;
    width: 90%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    box-shadow: 0px 5px 12.09px 0.91px rgb(71 51 127 / 11%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: -6px;
    border-radius: 0 0 0 10px;
    margin: 0 auto;
    opacity: 0;
    z-index: -1;
	background: linear-gradient(
315deg
, #e9c11f 0%, #e9c11f 100%); */
}
ul.navbar-nav > li a::after {
   /*  content: "";
    position: absolute;
    left: 5%;
    top: -90%;
    background-image: url(../img/icons/menu_item_shape.png);
    width: 23px;
    height: 14px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; */
}
ul.navbar-nav > li.active > a::before, ul.navbar-nav > li.active > a::after , ul.navbar-nav > li:focus > a::before , ul.navbar-nav > li:hover > a::after, ul.navbar-nav > li:hover > a::before , ul.navbar-nav > li:hover > a::after{
	opacity: 1;
}
ul.navbar-nav > li.active a:hover {
	
}
.navbar-nav .active>.nav-link , .nav-item:hover .nav-link , a.nav-link:hover
{
	
}
.navigation-top-search-area ul.navbar-nav{
	-ms-flex-direction: row;
    flex-direction: row;
	/* padding: 20px 0; */
}
.navigation-top-search-area .main-menu {
  /*   padding: 10px 0; */
}
.navigation-top-search-area .pad-0{
	padding: 0;
}
.navigation-top-search-area .pright-0{
	padding-right: 0;
}
.navigation-top-search-area .pleft-0{
	padding-left: 0;
}
.navigation-top-search-area .logo {
    padding: 5px 0;
	margin: auto;
    text-align: center;
	position: relative;
	z-index: 2;
}
.header-area--absolute.is-sticky--absolute .navigation-top-search-area .logo {
	padding: 0px 0;
}

@media (min-width: 1200px){
	.container {
    max-width: 1180px;
}
}
@media (min-width: 992px){
	.col-custxl-2 {
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
}	
.col-custxl-5{
	 -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.col-custxl-1{
	 -ms-flex: 0 0 9%;
    flex: 0 0 9%;
    max-width: 9%;
}
}
/*----------  mega menu  ----------*/
.mega-menu
{
    position: absolute;
    top: 95%;
    left: 0;

   

    width: 100%;

   display: none;
   background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
   /*  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1); */
		border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	/* -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both; */
	webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-animation: scaleAnimation .6s;
    -moz-animation: scaleAnimation .6s;
    -o-animation: scaleAnimation .6s;
    -ms-animation: scaleAnimation .6s;
    animation: scaleAnimation .6s;
    transform: scale(1);
}

.mega-menu.four-column
{
    left: -120px;


    width: 360px;
  /*   padding: 40px 0 50px;  */

   webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; 
    box-shadow: 0 0 5px 0 rgb(203 198 47 / 20%);
	border-top: 2px solid #e9c11f;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .mega-menu.four-column
    {
       width: 360px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .mega-menu.four-column
    {
        left: -200px; 

       width: 360px;
    }
}
.mega-menu.four-column > li
{
    width:100%;
	text-align: left;
	padding:20px 20px 0;
	position: relative;
	/* margin: 0 34px; */
/* 	height: 370px; */
    overflow: auto;
	overflow-x: hidden;
}

.mega-menu.four-column > li::-webkit-scrollbar-track
{
	 background-color: #e9edf0;
}

.mega-menu.four-column > li::-webkit-scrollbar
{
	 background-color: #e9edf0;
    width: 5px;
}

.mega-menu.four-column > li::-webkit-scrollbar-thumb
{
	 background-color: rgba(0,0,0,0.2);
    border-radius: 2px;
    border: 2px solid #e9edf0;
}

.mega-menu.four-column > li:nth-child(odd) {
    background-color:#f7f7f8;
}
.mega-menu > li > a
{
    font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
   color: #333333;
	margin-bottom: 10px;
	padding-bottom: 17px;
	position: relative;
}
.mega-menu > li > a:after{
	bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 25px;
	background-color: #e9c11f;
}
.mega-menu > li > a:hover
{
    color:#222;
}
.mega-menu > li ul li a
{
    font-family: 'divine-pro';
    font-size: 16px;
	letter-spacing: .02em;
    font-weight: 400;
    line-height: 30px; 
	text-transform: capitalize;
	color: #333333;
	display: block;
	text-align: left;
}
.mega-menu > li ul li a:hover , .mega-menu > li ul li:hover a
{
   color: rgba(255,255,255,0.8);
}
.mega-menu > li > ul > li > a:before{
	content: "\f18e";
    font-family: FontAwesome;
    color: #cccccc;
    margin-right: 10px;
}
.megamenu-banner a img
{
    -webkit-transition: .3s;
            transition: .3s;
}

.megamenu-banner a:hover img
{
    opacity: .7;
}
.shop-menu-img {
    position: absolute;
	bottom: 0;
    text-align: center;
}
.shop-menu-img a{
    margin: auto;
	border: 0!important;
	position: relative;
}
.shop-menu-img a:before{
	  position: absolute;
    top: 0;
    left: 0;
	content:'';
	background-image: url(../img/shape/icon-shape-1.png);
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	display: none;
}
.shop-menu-img a img{
	height: 120px;
	width: 120px;
	max-width: 100%;
	background: #fff;
    border-radius: 50%;
    position: relative;
    margin: 10px;
}

/*----------  mobile menu  ----------*/
.mobile-menu .mean-bar
{
    position: relative;

    text-align: right;
    /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar:before
{
    font-size: 17px;
    font-weight: 400;

    position: absolute;
    top: 0;
    left: 0;

    display: none; 

    content: 'MENU';

    color: #363f4d;
}
.mobile-menu .mean-bar .meanmenu-reveal span
{
    position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar
{
    display: block;
	right: 20px;
    width: 24px;
    height: 2px;
    margin: 5px 0; 
    background-color: #333333;
}
.mobile-menu.mean-container {
   position: relative;
   z-index: 1;
}
.header-area--absolute.is-sticky--absolute  .mobile-menu.mean-container {
		top: 0;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after
{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #333333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before
{
    top: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after
{
    bottom: -8px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close
{
   display: block;
    right: 0px;
    width: 100%;
    height: 40px;
    margin: 5px 0;
    z-index: 9999;
    position: fixed;
    top: 24px;
    right: 0;
    background-color: transparent;
    font-family: 'icomoon' !important;
    speak: none;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color: #333333;
}
a.meanmenu-reveal {
    z-index: 9999;
	/* padding-left:20px; */
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before
{
    right: 20px;
    width: 100%;
    height: 100%;
    content: "\e913";
    display: block;
    margin: auto;
    padding-right: 20px;
    text-align: right;

}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before
{
    top: 0;

   /*  -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); */
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after
{
    bottom: 0;

    /*  -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);  */
}
.mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: absolute !important;
    top: 1px;
    left: 0;
	display: none;
    color: #333333;
}
.mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text i
{
    font-size: 18px;
    line-height: 19px; 

    display: inline-block;

    margin-right: 5px;

    vertical-align: top;
}
.mobile-menu .mean-bar .mean-nav
{
    text-align: left;
	height: 100%;
    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .mobile-menu .mean-bar .mean-nav
    {
       /*  margin-top: 20px;
        margin-bottom: 20px; */
    }
}
@media only screen and (max-width: 767px)
{
    .mobile-menu .mean-bar .mean-nav
    {
     /*    margin-top: 20px;
        margin-bottom: 20px; */
    }
}
.mobile-menu .mean-bar .mean-nav 
{

   
	/* position: fixed;
	 */
	
}
.mobile-menu .mean-bar .mean-nav > ul{
		position: fixed;
		 left: 0;
	top: 0;
	bottom: 0;
		width: 100%;
	 overflow-x: hidden;
	height: 150vh;
	z-index: 2;
	padding: 0px 0;
	background: #fff;
    border: 1px solid #eee;
	 overflow-y: auto;
    border-top: 0 solid transparent;
}
.mobile-menu .mean-bar .mean-nav > ul:before{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg/ben2.jpg);
    width: 100%;
    height: 100%;
    content: '';
    background-size: cover;
    opacity: 0.14;
    background-repeat: no-repeat;
    background-position: right;
}
@media only screen and (max-width: 767px)
{
    .mobile-menu .mean-bar .mean-nav > ul
    {
        /* overflow-y: auto; 

        max-height: 180px; */
    }
}
@media only screen and (max-width: 575px)
{
    .mobile-menu .mean-bar .mean-nav > ul
    {
      /*   overflow-y: auto; 

        max-height: 220px; */
    }
}
.mobile-menu .mean-bar .mean-nav > ul li:first-child {
    /* border-top: 2px solid #1396aa; */
}



.mobile-menu .mean-bar .mean-nav > ul li
{
    position: relative;

    display: block;
    float: left;

    width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 44px;

    position: relative;

    display: block;

    padding: 0 40px 0 20px;

    text-transform: capitalize;

    color: #333333;
    border-top: 1px solid #eee;

}
.mobile-menu .mean-bar .mean-nav > ul li a i {
    display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a::after
{
    display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li a:hover
{
    padding-left: 25px; 

    color: #333333;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand
{
    font-size: 20px !important;
    line-height: 44px;

    position: absolute;
    top: 0;
    right: -1px;

    width: 40px;
    height: 46px;
    padding: 0; 

    text-align: center;

    color: #333333;
    border: 1px solid #eee;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked
{
    line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul
{
    position: static;
    z-index: 1;

    display: none;
    visibility: visible;
    float: left;

    width: 100%;
    margin: 0;
    padding: 0 !important;

    -webkit-transition: none;
            transition: none; 

    opacity: 1;
    background-color: rgba(0, 0, 0, .03);
    -webkit-box-shadow: none;
            box-shadow: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav > ul li ul li
{
    display: block;
    float: left; 

    width: 100%;
    margin: 0;
    padding: 0;

    border-right: 0 solid transparent;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li a
{
    font-size: 17px;

    display: block;

    margin-bottom: 0;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav > ul li ul li a::before
{
    display: none;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul
{
    background-color: rgba(0, 0, 0, .04);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a
{
    border-top: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand
{
    border: 1px solid #ddd;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul
{
    background-color: rgba(0, 0, 0, .05);
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a
{
    border-top: 1px solid #eee;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand
{
    border: 1px solid #eee;
}

/*----------  search icon  ----------*/
.search-icon a i
{
    font-size: 22px;
}

.search-icon a:hover
{
    color: #222;
}

/*=============================================
=            page wrapper light green style            =
=============================================*/
.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
{
    background: rgba(73, 177, 77, .7);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
    {
        background: #49b14d;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area
    {
        background: #49b14d;
    }
}
.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #49b14d;
}

.page-wrapper-light-green .navigation-top
{
    background-color: #fff;
}

.page-wrapper-light-green .navigation-top-topbar
{
    border-bottom: 1px solid #ededed;
}

.page-wrapper-light-green .header-top-social-links .follow-text
{
    color: #a4a4a4;
}

.page-wrapper-light-green .header-top-social-links .social-link-small li a
{
    color: #6d6d6d;
}
.page-wrapper-light-green .header-top-social-links .social-link-small li a:hover
{
    color: #49b14d;
}

 .header-top-single-dropdown a
{
    color: #a4a4a4;
}
.header-top-single-dropdown a:hover
{
   /*  color: #fff; */
}

.page-wrapper-light-green .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #333333;
}

.page-wrapper-light-green .search-bar form input
{
    color: #a9a9a9; 
    background: #f5f5f5;
}

.page-wrapper-light-green .search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-light-green .search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.page-wrapper-light-green .search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}

.page-wrapper-light-green .search-bar form button
{
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    background-color: #49b14d;
}
.page-wrapper-light-green .search-bar form button:hover
{
    background-color: #333333;
}

.page-wrapper-light-green .customer-support-text .text span
{
    color: #888;
}

.page-wrapper-light-green .customer-support-text .text p
{
    color: #333333;
}

.page-wrapper-light-green .header-cart-icon .small-cart-trigger
{
    color: #333333; 
    background-color: #ffdd20;
}
.page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-light-green .header-cart-icon .small-cart-trigger.active
{
    color: #fff; 
    background-color: #49b14d;
}
.page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-light-green .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #333333; 
    background-color: #fff;
}

.page-wrapper-light-green .cart-buttons a
{
    background-color: #49b14d;
}
.page-wrapper-light-green .cart-buttons a:hover
{
    background-color: #333333;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #49b14d;
}

.page-wrapper-light-green .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #49b14d;
}

.page-wrapper-light-green .navigation-menu-area
{
    background-color: #49b14d; 
    -webkit-box-shadow: none;
            box-shadow: none;
}

.page-wrapper-light-green .main-menu nav > ul > li > a
{
    color: #fff;
}

.page-wrapper-light-green .main-menu nav > ul > li.active > a,
.page-wrapper-light-green .main-menu nav > ul > li:hover > a
{
    color: #ffdd20;
}

.page-wrapper-light-green .sub-menu li a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .mega-menu li a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar
{
    background-color: #fff;
}
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before,
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after
{
    background-color: #fff;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:before,
.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:after
{
    background-color: #fff;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .mean-menu-text
{
    color: #fff;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
=            page wrapper blue style            =
=============================================*/
.page-wrapper-blue .header-area.is-sticky .navigation-menu-area:hover
{
    background-color: #fff;
}

.page-wrapper-blue .navigation-top
{
    background-color: #fff;
}

.page-wrapper-blue .navigation-top-topbar
{
    border-bottom: 1px solid #ededed;
}

.page-wrapper-blue .header-top-social-links .follow-text
{
    color: #a4a4a4;
}

.page-wrapper-blue .header-top-social-links .social-link-small li a
{
    color: #6d6d6d;
}
.page-wrapper-blue .header-top-social-links .social-link-small li a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .headertop-dropdown-container .header-top-single-dropdown a
{
    color: #a4a4a4;
}
.page-wrapper-blue .headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #333333;
}

.page-wrapper-blue .search-bar form input
{
    color: #a9a9a9; 
    background: #f5f5f5;
}

.page-wrapper-blue .search-bar form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-blue .search-bar form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-blue .search-bar form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-blue .search-bar form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-blue .search-bar form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}

.page-wrapper-blue .search-bar form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

.page-wrapper-blue .search-bar form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}

.page-wrapper-blue .search-bar form button
{
    color: #333333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.page-wrapper-blue .search-bar form button:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .customer-support-text .text span
{
    color: #888;
}

.page-wrapper-blue .customer-support-text .text p
{
    color: #333333;
}

.page-wrapper-blue .header-cart-icon .small-cart-trigger
{
    color: #fff; 
    background-color: #0eb9cb;
}
.page-wrapper-blue .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-blue .header-cart-icon .small-cart-trigger.active
{
    color: #333333; 
    background-color: #ffdd20;
}
.page-wrapper-blue .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-blue .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #fff; 
    background-color: #0eb9cb;
}

.page-wrapper-blue .cart-buttons a
{
    background-color: #0eb9cb;
}
.page-wrapper-blue .cart-buttons a:hover
{
    background-color: #333333;
}

.page-wrapper-blue .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #0eb9cb;
}

.page-wrapper-blue .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #0eb9cb;
}

.page-wrapper-blue .navigation-menu-area
{
    background-color: #fff;
}

.page-wrapper-blue .main-menu nav > ul > li > a
{
    color: #333333;
}

.page-wrapper-blue .main-menu nav > ul > li.active > a,
.page-wrapper-blue .main-menu nav > ul > li:hover > a
{
    color: #0eb9cb;
}

.page-wrapper-blue .sub-menu li a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .mega-menu li a:hover
{
    color: #0eb9cb;
}

/*=====  End of page wrapper blue style  ======*/
/*=============================================
=            page wrapper red style            =
=============================================*/
.navigation-middle {
/* 	height: 70px;
    line-height: 70px; */
	/* box-shadow: 0 0px 2px 0 rgb(245 245 245 / 5%), 0 1px 2px 0 rgb(245 245 245 / 5%), 0 2px 2px -1px rgb(245 245 245 / 10%); */
    background:transparent;
	padding:0;
	position: relative;
}
.navigation-middle::after {
   /* content: "";
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: -11.5px;
    left: 0;
    background-image: url(../img/shape/top-header-bg.png);
    background-position: bottom;
    background-size: auto;
    background-repeat: no-repeat; */
}
.header-area--absolute.is-sticky--absolute .navigation-middle{
	-webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 9%); 
	padding: 0px;
}
.header-area--absolute.is-sticky--absolute .navigation-middle::after{
	/* opacity: 0.8; */
	bottom: -9px;
}
.navigation-top-search-area .logo img , .footer-logo img
{
	transition: max-height 0.5s ease 0s;
    will-change: transform;
}
.navigation-top-search-area .logo img , .footer-logo img{
	height: 65px;
	    will-change: transform;
}
.navigation-top-search-area .logo img{
	height: 105px;
	    will-change: transform;
}
.header-area--absolute.is-sticky--absolute .navigation-top-search-area .logo img{
	height: 80px;
	padding: 5px;
}
.navigation-top-search-area  .main-logo-view .logo img{
	height: 75px;
}
.header-area--absolute.is-sticky--absolute .navigation-middle .navigation-top-search-area  .main-logo-view{
	display: none;
}
.navigation-top-search-area .middle-logo-view {
	display: none;
}
.header-area--absolute.is-sticky--absolute .navigation-middle .navigation-top-search-area  .middle-logo-view{
	display: block;
}
.page-wrapper-red .navigation-top
{
    background-color: #f8f9fa;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-red .navigation-top
    {
        background-color: #fff;
    }
}

.page-wrapper-red .navigation-top-topbar
{
    border-bottom: 1px solid #e0e0e0;
}

.page-wrapper-red .header-top-social-links .follow-text
{
    color: #555;
}

.page-wrapper-red .header-top-social-links .social-link-small li a
{
    color: #555;
}
.page-wrapper-red .header-top-social-links .social-link-small li a:hover
{
    color: #222;
}

.page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a
{
    color: #555;
}
.page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a:hover
{
    color: #414141!important;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff!important;
}

.page-wrapper-red .headertop-dropdown-container span.separator
{
    margin: 0 15px;

    color: #333333;
}

.page-wrapper-red .header-cart-icon .small-cart-trigger
{
    color: #333333; 
    background-color: #fff;
}
.header-cart-icon .small-cart-trigger svg{
position: absolute;
    fill: #F2F0EA;
        left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	height: 40px;
    width: 40px;
    z-index: 0;
	color: #777;
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #333333;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #fff;
    }
}
@media only screen and (max-width: 767px)
{
    .page-wrapper-red .header-cart-icon .small-cart-trigger
    {
        border-color: #fff;
    }
}
.page-wrapper-red .header-cart-icon .small-cart-trigger:hover,
.page-wrapper-red .header-cart-icon .small-cart-trigger.active
{
    color: #fff;
   background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
.page-wrapper-red .header-cart-icon .small-cart-trigger:hover .cart-counter,
.page-wrapper-red .header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #333333; 
    background: #fff;
	box-shadow: 0 0 0 0.25rem rgb(16 87 57 / 10%), 0 0 0 0.25rem #fff, 0 0 0.75rem rgb(16 87 57 / 40%);
	
}
.page-wrapper-red .header-cart-icon .small-cart-trigger .cart-counter
{
    color: #fff; 
   background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
   
}

.page-wrapper-red .cart-buttons a
{
    background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
.page-wrapper-red .cart-buttons a:hover
{
    background-color: #333333;

}

.page-wrapper-red .small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #222;
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #222;
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-quantity
{
    color: #222;
}

.page-wrapper-red .cart-calculation-table table tbody tr:last-child td:last-child
{
    color: #222;
}

.page-wrapper-red .navigation-menu-area
{
    background-color: #fff;
}

.page-wrapper-red .main-menu nav > ul > li > a
{
    color: #333333;
}

.page-wrapper-red .main-menu nav > ul > li.active > a,
.page-wrapper-red .main-menu nav > ul > li:hover > a
{
    color: #111;
}

.page-wrapper-red .sub-menu li a:hover
{
    color: #222;
}

.page-wrapper-red .mega-menu li a:hover
{
    color: #222;
}

/*=====  End of page wrapper red style  ======*/
/*=====  End of Header  ======*/


.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 992px){
.col-md-offset-2 {
    margin-left: 16.66667%;
}
}

/*kapas-banner*/
.kapas-banner {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 160px;
    color: #fff;
    background-color: #3a3d45;
}
.kapas-banner .btn {
    margin-top: 40px;
}
.kapas-banner h2.title{
	color: #fff;
}
.btn.btn-clean {
    background-color: transparent;
    border-color: #fff;
    color: #fff !important;
}
.btn.btn-clean:active{
	outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.btn.btn-clean:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222 !important;
}
/*=============================================
=            footer            =
=============================================*/
.footer-area {
    background-color: #f8f9fa;
}
.col-md-12.copyright ul {
    display: inline-flex;
    text-align: left;
    float: left;
}
.col-md-12.copyright ul li{
	padding: 0px;
}
.col-md-12.copyright a{
	/* margin-left: 15px; */
}
hr.footer-sep {
   position: relative;
    /* height: 4px; */
    width: 1.5px;
    border: none;
    background: #fff;
    height: 18px;
    margin: 0;
    margin: 0 10px;
    opacity: 0.7;
    top: 2.5px;
}
.col-md-12.copyright ul.social-links {
    display: inline-flex;
    text-align: right;
    float: right;
}
.col-md-12.copyright ul.social-links li a , .col-md-12.copyright a.f-right{
	margin-left: 15px;
}
.col-md-12.copyright span{
	color: #fff;
/* 	padding: 0 80px; */
	    font-size: 14px;
}
.copy-center{
	text-align: center;
}
.footer-text-block__title
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 0; 

   color: rgba(255,255,255,0.8);
}

.footer-text-block__content
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    color: rgba(255,255,255,0.8);
}

.footer-widget-title
{
    margin-bottom: 25px;
}
.footer-widget-title a
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 

 color: #666;
}
.footer-widget-title a:hover
{
    text-decoration: underline;
}

.montserrat-footer-widget-title
{
      font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
	margin-top: 20px;	
	letter-spacing: 0.5px;
    color: #ccc;
	text-transform: uppercase;
}
.single-footer-widget p{
	color: rgba(255,255,255,0.8);
	font-weight: 400;
	font-size: 16px;
}
.single-footer-widget p span{
	color: rgba(255,255,255,0.8)!important
}
.footer-navigation nav ul
{
    display: grid;
    grid-template-columns: auto auto;
}
.footer-navigation nav ul li
{
    display: list-item;
}
.footer-navigation nav ul li a
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    display: block;
    padding: 3px 0;
    color: rgba(255,255,255,0.8);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .footer-navigation nav ul li a
    {
        line-height: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .footer-navigation nav ul li a
    {
        line-height: 20px;
    }
}
.footer-navigation nav ul li a:hover
{
    color:#fff;
}

.footer-social-icon-block ul li
{
    display: inline-block;
    margin-top: 10px; 
    margin-right: 7px;
    margin-bottom: 0;
}
.footer-social-icon-block ul li:last-child
{
    margin-right: 0;
}
.footer-social-icon-block ul li a
{
    font-size: 0;
    line-height: 34px;
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center; 
    color: #666;
    border: 0;
    border-radius: 100%;
}
.footer-social-icon-block ul li a:hover
{
    opacity: .7;
	
}
.footer-social-icon-block ul li a i
{
    font-size: 17px;
}
.footer-social-icon-block ul li a.facebook-icon
{
    background: #4867aa;
}
.footer-social-icon-block ul li a.twitter-icon
{
    background: #1da1f2;
}
.footer-social-icon-block ul li a.googleplus-icon
{
    background: #dd5144;
}
.footer-social-icon-block ul li a.instagram-icon
{
    background: #b23a94;
}
.footer-social-icon-block ul li a.youtube-icon
{
    background: #fe0000;
}.footer-bottom {
	position:relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-text-area
{
    padding: 20px 0; 

}

.copyright-text p
{
    font-weight: 400;

    margin: 0;

    text-transform: capitalize;

    color: rgba(255,255,255,0.8)!important;
}
.copyright-text p a
{
    color: rgba(255,255,255,0.8);
}
.copyright-text p a:hover
{
    color:rgba(255,255,255,0.8);
}





.footer-main {
    width: 100%;
    padding:  0;
    background: #1a1a1a;
}
.footer-pad{
	padding-bottom:30px;
}
.footer-main h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
	
	font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #e9c11f;
    left: 0;
   bottom: -1.5px;
    height: 2px;
}
.footer-main .footer-col p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
	opacity: 0.75;
	font-weight: 400;
}
.footer-main .footer-col p br , .footer-main .footer-col .contact-item .text br{
	display: none;
}
.footer-main .footer-col p a {
    color: #fff;
}
.footer-main .footer-col p span {
    display: block;
    color: #fff;
	 font-size: 15px!important;
}
.footer-main .footer-col ul li {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
   /*  padding-left: 20px; */
}
.footer-main .footer-col ul li a {
    color: #fff;
	position: relative;
    font-size: 15px;
    line-height: 22px;
	opacity: 0.75;
	font-weight: 400;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:before{
	color: #cccccc;
    content: "\f18e";
    font-family: FontAwesome;
    margin-right: 5px;
    vertical-align: middle;
}
.footer-main .footer-col .contact-item ul li a:before{
	display: none;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color: #fff;
    /* content: "\f0a4";
    font-family: "FontAwesome"; */
    left: 0px;
    content: '';
    position: absolute;
    top: 3px;
   /*  background-image: url(../img/logoleaf-sm.png); */
    width: 15px;
    height: 15px;
    background-size: contain;
}
.footer-main .footer-col .contact-item {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.contact-item ul {
    display: flex;
	margin: 12px 0;
}
.contact-item ul li{
	padding-left: 20px;
	font-size: 17px;
}
.contact-item ul li a{
	font-size: 15px!important;
	opacity: 0.75;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
	opacity: 0.75;
	 font-size: 15px;
}
.footer-main .footer-col .contact-item .text a{
	 font-size: 15px;
}
.footer-main .footer-col .contact-item .text i{
    width: 15px;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 14px 0;
}
.footer-bottom .copyright {
    font-size: 14px;
    color: #fff;
   /*  text-align: center; */
	opacity: 0.7;
	/* display: flex;
    flex-wrap: wrap; */
}

/*=====  End of footer  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .footer-navigation nav ul li a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .copyright-text p a:hover
{
    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .footer-navigation nav ul li a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .copyright-text p a:hover
{
    color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .footer-navigation nav ul li a:hover
{
   color: #222
}

.page-wrapper-red .copyright-text p a:hover
{
    color: #222;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            Sidebar            =
=============================================*/
.sidebar-widget
{
    padding: 20px; 
	border: solid 1px #ebebeb;
	background: #fff;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 14%), 0 1px 2px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.sidebar-widget > ul
{
    padding-bottom: 32px; 
    border-bottom: 1px solid #ebebeb;
}
.sidebar-widget > ul >li{
	border-bottom: solid 1px #ebebeb;
	padding: 5px 0;
}
span.count-list {
    position: relative;
    background: #3c4c41;
    border-radius: 3px;
    padding: 7px;
    text-align-last: center;
    line-height: 8px;
    color: #fff;
    float: right;
    font-size: 13px;
    margin-right: 5px;
}
.sidebar-widget > ul li.has-children > ul
{
    padding-left: 15px;
}
.sidebar-widget > ul li a
{
    line-height: 24px;
    position: relative;
    display: block;
    padding: 5px 0;
    text-transform: unset;
    color: #333333;
	  font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
}
.sidebar-widget > ul li a:hover,
.sidebar-widget > ul li a.active
{
    color:#222;
}

.sidebar-widget-title
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
	background: #F8F7F1;
    /* padding: 10px 0; */
    padding: 10px 20px;
    margin: -20px -20px 10px -20px;
    /* margin: 15px 0 11px;*/
    color: #333333;
}

/*-- Sidebar Price --*/
.sidebar-price
{
   /*  padding-bottom: 34px;

    border-bottom: 1px solid #dcdcdc; */
}
.sidebar-price #price-range
{
    position: relative;

    width: 100%;
    height: 5px;
    margin: 7px 0;

    border-radius: 50px; 
    background-color: #ccc;
}
.sidebar-price #price-range .ui-slider-range
{
    position: absolute;
    top: 0;

    height: 100%;

    background-color:#222;
}
.sidebar-price #price-range .ui-slider-handle
{
    position: absolute;
    top: -7px;

    display: block;

    width: 19px;
    height: 19px;

    cursor: pointer; 
    -webkit-transition: none;
            transition: none;

    border: 5px solid#222;
    border-radius: 50px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
            box-shadow: 2px 4px 4px rgba(0, 0, 0, .15);
}
.sidebar-price #price-range .ui-slider-handle:hover
{
    background-color:#222;
}
.sidebar-price .price-amount
{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	border: 1px solid #ebebeb;
	text-align: center;
    margin-top: 14px; 
    padding: 0;
    color: #333333;
	border-radius: 0;
	height: 43px!important;
	padding: 12px 0px;
    background-color: transparent;
}
.fliter-btnsm{
	padding: 12px 30px;
    font-size: 17px;
    line-height: 1;
	border-radius: 0;
	display: inline-block;
    width: auto;
    height: auto;
	background: #424242;
	border-color: #424242;
	color: #fff;
}

.fliter-btnsm:hover  ,  .fliter-btnsm:not(:disabled):not(.disabled):active{
	color:#222;
	border-color: #222;
	background:transparent;
}
.sidebar-filter-group
{
    padding-bottom: 29px;

    border-bottom: 1px solid #dcdcdc;
}
.sidebar-filter-group a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 0;
    padding-left: 21px; 

    text-transform: capitalize;

    color: #333333;
    border: 0;
}
.sidebar-filter-group a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 12px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    border: 1px solid #333333;
    background: transparent;
}
.sidebar-filter-group a span
{
    float: right;
}
.sidebar-filter-group a:hover,
.sidebar-filter-group a.active
{
    color:#222;
}
.sidebar-filter-group a:hover:before,
.sidebar-filter-group a.active:before
{
    border-color:#222; 
    background:#222;
}

.sidebar-filter-group-color
{
    display: grid;

    padding-bottom: 10px; 

    grid-template-columns: auto auto;
}
.sidebar-filter-group-color a
{
    line-height: 24px;

    position: relative;

    display: block;

    padding: 5px 0;
    padding-left: 21px; 

    text-transform: capitalize;

    color: #333333;
    border: 0;
}
.sidebar-filter-group-color a:before
{
    position: absolute;
    top: 50%;
    left: 0;

    width: 12px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    border: 1px solid #333333;
    background: transparent;
}
.sidebar-filter-group-color a span
{
    float: none;

    margin-left: 2px;
}
.sidebar-filter-group-color a:hover,
.sidebar-filter-group-color a.active
{
    color:#222;
}
.sidebar-filter-group-color a:hover:before,
.sidebar-filter-group-color a.active:before
{
    border-color:#222; 
    background:#222;
}

/*----------  tag container  ----------*/
.tag-container li
{
    display: inline-block;

    margin-right: 5px;
    margin-bottom: 10px;
}
.tag-container li a
{
    padding: 5px 10px;

    color: #555; 
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.tag-container li a:hover
{
    color: #fff; 
    border-color:#222;
    background-color:#222;
}

/*----------  Sidebar search box  ----------*/
.sidebar-search-box
{
    position: relative; 

    border: 1px solid #e0e0e0;
}
.sidebar-search-box input
{
    width: 100%; 
    padding: 10px;
    padding-left: 10px;

    border: none;
}
.sidebar-search-box button
{
    position: absolute;
    top: 10px;
    right: 0;

    border: none; 
    background: none;
}
.sidebar-search-box button:hover
{
    color:#222;
}

/*----------  single block  ----------*/
.single-block
{
    padding: 15px 0; 

    border-bottom: 1px solid #ddd;
}
.single-block:first-child
{
    padding-top: 0;
}
.single-block:last-child
{
    padding-bottom: 0;

    border-bottom: 0;
}
.single-block .image
{
    margin-right: 5px; 

    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
}
.single-block .image a
{
    display: block; 

    border: 2px solid transparent;
}
.single-block .image a img
{
    width: 100%;
}
.single-block .image a:hover
{
    border: 2px solid#222;
}
.single-block .content
{
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.single-block .content p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 0;

    color: #333333;
}
.single-block .content p a:hover
{
    color:#222;
}
.single-block .content p span
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    display: block; 

    margin-top: 5px;

    color: #999;
}
.single-block.comment-block .image
{
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
}
.single-block.comment-block .content p span
{
    font-size: 14px;
    line-height: 20px;

    color: #333333;
}
.single-block.comment-block .content p a
{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;

    color: #808080;
}
.single-block.comment-block .content p a:hover
{
    color:#222;
}

/*----------  tag container  ----------*/
.tag-container > li
{
    display: inline-block;

    margin-right: 5px;
    margin-bottom: 10px;
}
.tag-container > li > a
{
    display: block;

    padding: 5px 10px !important;

    color: #555; 
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
.tag-container > li > a:hover
{
    color: #fff !important; 
    border-color:#222;
    background-color:#222;
}

/*=====  End of Sidebar  ======*/
/*=============================================
=            social link            =
=============================================*/
/*----------  social icon small  ----------*/
.follow-text
{
    font-size: 16px;
    font-weight: 400; 
    line-height: 24px;

    color: #fff;
}

.social-link-small
{
    display: inline-block;
}
.social-link-small li
{
    display: inline-block;

    margin-right: 20px;
}
.social-link-small li:last-child
{
    margin-right: 0;
}
.social-link-small li a
{
    color: #fff;
}
.social-link-small li a:hover
{
    color: #ffdd20;
}

/*=====  End of social link  ======*/
/*=============================================
=            Backgrounds            =
=============================================*/
/*----------  hero slider backgrounds  ----------*/
.hero-slider-bg-1
{
    background-image: url('../img/sliders/slider1.jpg');
}

.hero-slider-bg-2
{
    background-image: url('../img/sliders/slider2.jpg');
}

.hero-slider-bg-3
{
    background-image: url('../img/sliders/slider3.jpg');
}

.hero-slider-bg-4
{
    background-image: url('../img/sliders/slider4.jpg');
}

.hero-slider-bg-5
{
    background-image: url('../img/sliders/slider5.jpg');
}

.hero-slider-bg-6
{
    background-image: url('../img/banners/banner-1.jpg');
}

.hero-slider-bg-7
{
    background-image: url('../img/banners/banner-2.jpg');
}

.hero-slider-bg-8
{
    background-image: url('../img/banners/banner-4.jpg');
}

.hero-slider-bg-9
{
    background-image: url('../img/sliders/slider7.jpg');
}

.hero-slider-bg-10
{
    background-image: url('../img/sliders/slider10.jpg');
}

.hero-slider-bg-11
{
    background-image: url('../img/sliders/slider11.jpg');
}

.hero-slider-bg-12
{
    background-image: url('../img/sliders/slider12.jpg');
}

.hero-slider-bg-13
{
    background-image: url('../img/sliders/slider13.jpg');
}

.hero-slider-bg-14
{
    background-image: url('../img/sliders/slider14.jpg');
}

/*----------  banner backgrounds  ----------*/
.banner-bg-1
{
    background-image: url('../img/banners/banner-big3.jpg');
}


/*----------  newsletter backgrounds  ----------*/
.newsletter-bg-1
{
    background-color:#222;
    background-image: url('../img/newsletter/newsletter1.jpg');
}

.newsletter-bg-2
{
    background-color: #49b14d;
    background-image: url('../img/newsletter/newsletter2.jpg');
}

.newsletter-bg-3
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
    background-image: url('../img/newsletter/newsletter3.jpg');
}

.newsletter-bg-4
{
    background-color: #0eb9cb;
    background-image: url('../img/newsletter/newsletter4.jpg');
}
.awa-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
	margin-bottom: 30px;
}
/*=====  End of Backgrounds  ======*/
/*=============================================
=            Button styles            =
=============================================*/
/*----------  default style  ----------*/
.theme-button
{
     font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: 600;
   /*  width: 40px ;
	height: 40px;
	line-height: 40px; */
	line-height: 1.5;
    padding: 10px 25px;
	position: relative;
    top: 0px;
    border-radius: 50px;
    -webkit-transition: .3s;
            transition: .3s;
    text-align: center;
    color: #333333;
    border: none;
	 background: linear-gradient(
315deg
, #e9c11f 0%, #e9c11f 100%);
   
	display: block;
    /*----------  outline style  ----------*/
}
.theme-button:hover , .theme-button:focus
{
    color: #fff; 
    background:#333333;
}
a.shop-more-details {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.shopnow-btn{
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #3a9943;
	border-radius: 5px;
}

.theme-button--outline
{
    color:#222;
    border: 1px solid#222; 
    background-color: #fff;
}
.theme-button--outline:hover
{
    color: #fff; 
    background-color:#222;
}

.product-cart-button
{
    line-height: 50px;

    padding: 0 25px;
	top:0;
	width: auto;
	height: auto;
    border-radius: 5px;
}
@media only screen and (max-width: 479px)
{
    .product-cart-button
    {
        padding: 0 40px;
    }
}

.compare-button a,
.wishlist-button a
{
     font-family: 'divine-pro';
    font-size: 13px;
    font-weight: 300;
    line-height: 30px; 

    color: #333333;
}
.compare-button a i,
.wishlist-button a i
{
    margin-right: 5px;
}
.compare-button a:hover,
.wishlist-button a:hover
{
    color:#222;
}

.contact-button
{
    line-height: 40px;

    border-radius: 5px;
}

.list-cart-button
{
    line-height: 38px;

    width: 100%; 
    margin-top: 34px;
    padding: 0 30px;

    color: #333333;
    border-radius: 5px;
    background: #f0f0f0;
}
.list-cart-button:hover
{
    color: #fff; 
    background-color:#222;
}

/*=====  End of Button styles  ======*/




/*benfits kapas*/
.kapas-ben-choose .img {
    width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.kapas-ben-choose h2 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.kapas-ben-choose  p{
	padding: 5px 0;
}
.kapas-ben-choose svg{
	width: 55px;
	height: 55px;
	fill: #e9c11f;
}
.media.block-6.services{
	display: block;
	margin: auto;
}
.img-2 {
    position: relative;
}
@media (min-width: 992px){
.kapas-ben-choose .text.text-2 {
    margin-left: 0;
}
.kapas-ben-choose .img.img-2 {
    margin-top: -70px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
}
}

/*indicator bar*/
.kapas__scroll-indicator {
    height: 1.5rem;
    position: relative;
    width: 100%;
    outline: none;
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
	margin-top: 50px;
}
.kapas__scroll-indicator__bar-wrapper {
    width: 100%;
    background: #dfdfdf;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: .125rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: block;
    border-radius: 4px;
}
.kapas__scroll-indicator__bar {
    will-change: transform;
    background: #111;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: .125rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    border-radius: 4px;
    cursor: -webkit-grab;
    cursor: grab;
	width: 49.6679%;
    transform: translateX(0%);
}
.kapas__scroll-indicator__bar::after {
    content: " ";
    position: absolute;
    top: -.625rem;
    bottom: -.625rem;
    left: 0;
    right: 0;
    display: block;
}

/*=============================================
=            scroll top            =
=============================================*/
.scroll-top
{
    font-family: 'icomoon' !important;
    line-height: 40px;
    position: fixed;
    z-index: 999;
    right: 10px;
	top: 0;
	opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    width: 40px;
    height: 45px;
    text-align: center;
    color: #333333;
    border: none; 
    border-radius: 5px;
    background:#e9c120;
	-webkit-clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
    clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
}
.scroll-top.active{
	top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
}
.scroll-top:after
{
    font-size: 14px; 

    display: inline;

    content: "\e92f";
}


/*=============================================
  =            page wrapper light green style            =
  =============================================*/
.page-wrapper-light-green .scroll-top
{
    background: #49b14d;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
  =            page wrapper blue style            =
  =============================================*/
.page-wrapper-blue .scroll-top
{
    background: #0eb9cb;
}

/*=====  End of page wrapper light green style  ======*/
/*=============================================
  =            page wrapper red style            =
  =============================================*/
.page-wrapper-red .scroll-top
{
	color: #333333;
background: #F8F7F1;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 14%), 0 1px 2px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}
.page-wrapper-red .scroll-top:hover{
	 background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
	 color: #fff;
}

/*=====  End of page wrapper light red style  ======*/
/*=====  End of scroll top  ======*/
/*=============================================
=            search overlay            =
=============================================*/
.search-overlay
{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0; 

    display: none;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .75);
}

.search-form
{
    position: absolute;
    top: 47%;
    left: 50%;

    width: 1110px; 

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form
    {
        width: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form
    {
        width: 650px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form
    {
        width: 500px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form
    {
        width: 400px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form
    {
        width: 300px;
    }
}
.search-form form input
{
    font-size: 24px;
    font-weight: 400;

    position: relative; 

    width: 100%;
    height: 70px;
    padding: 0 50px 0 15px;

    color: #fff;
    border: 0;
    border-bottom: 1px solid #222;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form form input
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form form input
    {
        font-size: 16px;

        height: 50px;
    }
}
.search-form form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    /* Firefox */
}
.search-form form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #fff;
}
.search-form form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #fff;
}
.search-form form button
{
    font-size: 34px;
    line-height: 50px;

    position: absolute;
    top: 50%;
    right: 0;

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); 

    color: #fff;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px)
{
    .search-form form button
    {
        font-size: 26px;
    }
}
@media only screen and (max-width: 479px)
{
    .search-form form button
    {
        font-size: 20px;
    }
}
.search-form form button:hover
{
    color: #222;
}

.close-search-overlay
{
    font-size: 72px; 

    position: absolute;
    top: 20px;
    right: 30px;

    color: #fff;
}
@media only screen and (max-width: 479px)
{
    .close-search-overlay
    {
        font-size: 50px;
    }
}
.close-search-overlay:hover
{
    color: #222;
}

/*=====  End of search overlay  ======*/
/*=============================================
=            slider            =
=============================================*/
/*----------  default style  ----------*/
.slick-slide > div > div
{
    vertical-align: middle;
}

.ht-slick-slider
{
    position: relative;
}
.slick-slider button i {
    font-size: 17px;
    color:#333333;
}

.ht-slick-slider .slick-arrow
{
   font-size: 16px;
    position: absolute;
    z-index: 2;
    bottom: -13px;
    right: 45%;
    width: 40px;
    height: 45px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333333;
    border: none;
    border-radius: 0;
    background: #F2F0EA;
    /* box-shadow: 0 0px 5px 0 rgb(0 0 0 / 14%), 0 1px 2px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%); */
    line-height: 2.7rem;
    text-align: center;
    border: none;
	webkit-clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
    clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
}
.ht-slick-slider .slick-arrow:hover , .ht-slick-slider .slick-arrow:hover i
{
    color: #fff; 
    background-color:#222;
}
.ht-slick-slider .slick-arrow.slick-prev
{
    right: 50%;
}
.product-single-row-slider-wrapper button.slick-next.slick-arrow:hover i  , .product-single-row-slider-wrapper button.slick-prev.slick-arrow:hover i{
	color: #fff; 
}
button.theme-button i {
    color: #fff;
}
/*----------  hero slider  ----------*/
.hero-slider-wrapper .slick-active
{
    /*-- Hero Content --*/
}
.hero-slider-wrapper .slick-active .hero-slider-content
{
    overflow: hidden;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(1)
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(2)
{
    -webkit-animation-name: rollIn;
            animation-name: rollIn;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(3)
{
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}
.hero-slider-wrapper .slick-active .hero-slider-content > *:nth-child(4)
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
}

.hero-slider-wrapper .slick-dots
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    padding: 0 10px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    border-radius: 50px; 
    background-color: #fff;
}
.hero-slider-wrapper .slick-dots li
{
    display: inline-block;
}
.hero-slider-wrapper .slick-dots li button
{
    font-size: 0;

    width: 10px;
    height: 10px;
    margin-right: 10px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s; 

    border: none;
    border-radius: 50%;
    background: none;
    background-color: #d7d7d7;
}
.hero-slider-wrapper .slick-dots li button:hover
{
    background-color:#222;
}
.hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color:#222;
}
.hero-slider-wrapper .slick-dots li:last-child button
{
    margin-right: 0;
}

.hero-slider-item-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 570px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.hero-slider-item-wrapper--minimal-height
{
    height: 470px;
}
.hero-slider-item-wrapper--fullwidth
{
    height: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-item-wrapper--fullwidth
    {
        background-position-x: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-item-wrapper--fullwidth
    {
        background-position-x: 25%;
    }
}
.hero-slider-item-wrapper--fullwidth--maxheight
{
    height: 860px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-item-wrapper--fullwidth--maxheight
    {
        height: 650px !important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-item-wrapper
    {
        height: 450px;

        background-position-x: 50%;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-item-wrapper
    {
        height: 400px;

        background-position-x: 15%;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-item-wrapper
    {
        height: 350px;

        background-position-x: 30%;
    }
}

.hero-slider-content > *
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.hero-slider-content p.slider-title--small
{
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 5px; 

    color: #333333;
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--small
    {
        font-size: 17px;
        line-height: 16px;
    }
}

.hero-slider-content p.slider-title--big-bold
{
     font-family: 'divine-pro';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;

    margin-bottom: 5px; 

    color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--big-bold
    {
        font-size: 30px;
        line-height: 30px;
    }
}

.hero-slider-content p.slider-title--big-light
{
     font-family: 'divine-pro';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;

    margin-bottom: 35px; 

    color: #333333;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content p.slider-title--big-light
    {
        font-size: 30px;
        line-height: 30px;
    }
}

.hero-slider-content .hero-slider-button
{
    padding: 0 25px; 

    border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 14px;
        line-height: 40px; 

        padding: 0 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 14px;
        line-height: 40px; 

        padding: 0 15px;
    }
}
@media only screen and (max-width: 479px)
{
    .hero-slider-content .hero-slider-button
    {
        font-size: 12px;
        line-height: 40px; 

        padding: 0 15px;
    }
}

/*homeslider*/
.home-banner-three {
    position: relative;
}
.home-banner-three .home-slides {
    position: relative;
	/* background-image: url(../img/banners/slider-3.jpg); */
}
.home-banner-three .home-slides .owl-nav {
	display: block;
}
.home-banner-three .home-slides .owl-nav .owl-prev{
	    border-radius: 30px;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
	background: #fff;
	left: 0;
	transform: scale(1);
    transition-duration: 0.4s;
    position: absolute;
	top: 46%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	outline: 0;
    border: 0;
}
.home-banner-three .home-slides .owl-nav .owl-next{
	    border-radius: 30px;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
	position: absolute;
    right: 0;
    top: 46%;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
	transform: scale(1);
    transition-duration: 0.4s;
	outline: 0;
    border: 0;
}
.home-banner-three .home-slides .owl-nav .owl-prev i {
    position: relative;
    right: 1px;
    bottom: 1px;
}
.home-banner-three .home-slides .owl-nav .owl-next i {
    position: relative;
    left: 1px;
    bottom: 1px;
}

 .home-banner-three .home-slides.owl-theme .owl-dot {
    display: inline-block;
    zoom: 1;
    z-index: 2;
    position: relative;
	outline: 0;
    border: none;
    margin: 0;
    padding: 0;
	background: transparent;
}
.home-banner-three .home-slides.owl-theme .owl-dots {
	position: relative;
    bottom: 0px;
    z-index: 2;
	margin-top: -50px;
}
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    border: 1px solid #fff;
	opacity: 0.8;
    position: relative;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
	opacity: 0.8;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot:hover span::before, .home-banner-three .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-banner-three .home-slides .d-table-cell {
    vertical-align: middle;
}
.home-banner-three .home-slides .d-table {
    width: 100%;
    height: 100%;
}
.home-banner-three .home-slides .home-item {
    position: relative;
	height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    z-index: 1;
    overflow: hidden;

}
.home-banner-three .home-slides .home-pad {
	padding: 250px 0;
}

.home-banner-three .home-slides .owl-item{	
	opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.home-banner-three .home-slides .owl-item.active{
	opacity: 1;
	  -webkit-transform: translate3d(0,0,0); 
     transform: translate3d(0,0,0); 
}

.home-banner-three .home-slides .owl-item .home-item{
	display: none;
}
.home-banner-three .home-slides .owl-item.active .home-item{
	display: block;
}


.home-banner-three .home-slides .home-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
	background: #212121;
	opacity: 0.15;
   
}
.home-banner-three .home-slides .home-item.item-bg {
    background-image: url(../img/banners/slider-3.jpg);
}

.home-banner-three .home-slides .home-item .main-banner-content {
    max-width: 630px;
    margin-left: auto;
    margin-right: 0;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dashed #d0ebd3;
    padding: 0 20px;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list li:first-child {
    padding-left: 0;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #e9c11f;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 400;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #e9c11f;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #e9c11f;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1;
}
.home-banner-three .home-slides .home-item .main-banner-content h1 {
    font-size: 40px;
    color: #fff;
	line-height: 1.2;
	font-weight: 400;
    margin: 0 0 16px;
	text-shadow: 0px 1px 2px #000000d9;
}
.home-banner-three .home-slides .home-item .main-banner-content p {
    color: #fff;
    margin: 0;
	line-height: 1.8;
	font-weight: 400;
    font-size: 17px;
	text-shadow: 0px 1px 2px #000000d9;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-btn {
    margin-top: 35px;
}

.home-banner-three .home-slides .home-item .main-banner-content .banner-btn a.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
    background-color: #e9c11f;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 17px;
    padding: 10px 25px;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-btn .default-btn {
    border: none;
    padding: 14px 30px;
}
.banner-image {
    text-align: right;
    margin-top: -10px;
    position: relative;
	opacity: 0;
}
.banner-image {
    padding: 0 50px;
	margin-left: 50px;
}
.home-banner-three .creative-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.banner_shape [class*="shape"] {
	position: absolute;
	z-index: 0;
}
.shape1 {
	left: 4%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shape2 {
	right: 3%;
	top: 40px;
}
.shape3 {
	right: 3%;
	bottom: 20px;
}
.shape4 {
	top: 14%;
	left: 50px;
}
.shape5 {
	top: 5%;
	left: 20%;
}
.shape6 {
	top: 10%;
	right: 40%;
}
.shape7 {
	top: 5%;
	right: 5%;
}
.shape8 {
	right: 0;
	bottom: 0;
}
.shape9 {
	right: 0;
	left: 0;
	bottom: 50px;
	text-align: center;
}
.shape10 {
	left: 10%;
	bottom: 200px;
}
.shape11 {
	left: 8%;
	bottom: 50px;
}
.shape12 {
	left: 3%;
	top: 50px;
}
.shape13 {
	right: 0;
	left: 0;
	top: 0px;
	text-align: center;
}
.shape14 {
	right: 3%;
	top: 10%;
}
.shape15 {
	right: 15%;
	bottom: 6%;
}
.shape16 {
	left: 30%;
	bottom: 6%;
}
.shape17 {
	left: 0;
	bottom: 0;
}
.shape18 {
	left: 13%;
	top: 10%;
}
.shape19 {
	left: 11%;
	bottom: 10%;
}
.shape20 {
	right: 11%;
	top: 10%;
}
.shape21 {
	right: 15%;
	bottom: 12%;
}
.shape22 {
	left: 3%;
	top: 35%;
}
.shape23 {
	top: 10%;
	left: 20%;
}
.shape24 {
	left: 43%;
	top: 20%;
}
.shape25 {
	bottom: 15%;
	left: 40%;
		
}
.shape26 {
	bottom: 10%;
	left: 10%;
	
}

.border_shape:before {
	content: "";
	border: 10px solid rgba(255,255,255,0.8);
	position: absolute;
	top: -50px;
	left: 21%;
	right: 21%;
	bottom: -50px;
	z-index: -1;
}
.banner_slider_img img {
	width: 100%;
}
.banner_shape img{
	width: 70px!important;
    filter: blur(0.2px);
    height: 70px;
}
.shape25 img{
	
}
.white-curve-before , .white-curve-after{
	position: relative;
}
.white-curve-before:before, .white-curve-after:after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    height: 55px;
    background-image: url(../img/shape/curve.png);
    background-repeat: repeat-x;
}
.white-curve-after:after {
    bottom: 0;
    background-position: 70% 0;
}
.section-title-mb{
	margin-bottom: 4rem!important;
}
/*headerstick*/
.cd-auto-hide-header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: absolute;
    will-change: transform;
    transform: translateZ(0);
    transition: transform .5s;
    -webkit-transform: translateZ(0);
    transition: -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
	visibility: hidden;
	display: none;
}
.title-separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}
.title-separator span {
    display: inline-block;
    position: relative;
}
.title-separator span i img{
	width: 40px;
	height: 40px;
}
.title-separator span i{
	position: relative;
	vertical-align: top;
	bottom: 15px;
}
.title-separator span:before {
    right: 100%;
    margin-right: 15px;
}
.title-separator span:after {
    left: 100%;
    margin-left: 15px;
}
.title-separator span:before, .title-separator span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,.1);
    top: 5px;
    width: 100px;
}
.title-separator span:before, .title-separator span:after {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.spacer-single {
    width: 100%;
    height: 30px;
    display: block;
    clear: both;
}


/*categories prouct home angel*/
.category-area{
	position: relative;
}
 .slick-list {
    padding: 2rem 0;
    margin: -2rem 0;
}
.category-area  .slick-slides {
    margin: 0 -1rem;
}
.entity-block, .entity-shadow-block {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.entity-block, .entity-inline-block {
    border-radius: .75rem;
    background-color: #fff;
    color: #747d88;
}
.entity-hover-shadow {
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.entity-preview:hover, .entity-line:hover, .entity:hover, .entity-block:hover, .entity-shadow-block:hover, .entity-inline-block:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.entity-hover-shadow:not(.entity-disabled):hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
}
.entity-preview {
    position: relative;
    display: block;
	background: #f8f8f8;
}
.entity-preview-show-up {
    overflow: hidden;
}
.entity-preview:hover, .entity-line:hover, .entity:hover, .entity-block:hover, .entity-shadow-block:hover, .entity-inline-block:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.entity-block > .entity-image:not(.transparent-image):first-child, .entity-inline-block > .entity-image:not(.transparent-image):first-child, .entity-block > .entity-preview:not(.transparent-image):first-child, .entity-inline-block > .entity-preview:not(.transparent-image):first-child {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    overflow: hidden;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-4by3::before {
    padding-top: 110%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
	padding: 35px 55px;
}

.entity-preview-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.entity-preview-show-up .entity-preview-content {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    -ms-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    -ms-animation-name: fadeOut;
    animation-name: fadeOut;
}
.entity-preview-show-up:hover .entity-preview-content {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
}
.opacity-70 {
    opacity: .7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
    filter: alpha(opacity=70) !important;
}
.bg-body-back {
    background-color:  rgb(16 87 57) !important;
}
.icirce-box{
	border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    background: #fff;
    line-height: 30px;
}
.icirce-box i {
    color: #e9c11f;
    font-size: 21px;
    position: relative;
    right: 2px;
}
.overflow-back, .back-block, .full-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.overflow-back, .back-block {
    z-index: -1;
    pointer-events: none;
    cursor: default;
}
.overflow-back {
    overflow: hidden;
}
.fill-color-line {
    height: .5rem;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    overflow: hidden;
	margin: 0!important;
}
.opacity-30 {
    opacity: .3 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
    filter: alpha(opacity=30) !important;
}
.opacity-60 {
    opacity: .6 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
    filter: alpha(opacity=60) !important;
}
.fill-line-segment {
    min-height: 1px;
    min-width: 1px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.entity-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.entity-block .entity-content, .entity-shadow-block .entity-content {
    padding: 1.5rem 1.5rem 2rem;
}

.entity-title, .entity-subtitle, .entity-value {
    margin-bottom: 1rem;
}
.entity-title {
    color: #333333;
}
.bg-theme{
	background-color: #e9c11f !important;
}
.entity-content *:last-child {
    margin-bottom: 0;
}
.entity-subtext, .entity-text {
    margin-bottom: 1.5rem;
}
.entity-bottom-line {
    margin-top: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -1rem !important;
}
.entity-content *:last-child {
    margin-bottom: 0;
}
.entity-price, .entity-total {
    font-weight: 400;
    font-size: 1.25rem;
    color: #333333;
}
.entity-price .price-unit {
    font-size: .875rem;
}
.entity-bottom-line > * {
    padding-bottom: 1rem;
}
.entity-bottom-line .entity-price {
    margin-right: auto;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 6rem;
	font-family: 'Open Sans';
}

.angcart-btn{
	font-size: .875rem;
    height: 2.875rem;
    line-height: 1.875rem;
    padding: .5rem 1.5rem;
	text-transform: capitalize;
    font-weight: 400;
    border-radius: 1.4375rem;
    text-shadow: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border: 0 none !important;
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
	height: 2.5rem;
    line-height: 1.5rem;
}
.btn-theme {
    background-color: #e9c11f;
    color: #fff;
    -webkit-box-shadow: 0 0.5rem 1.5rem rgb(16 87 57 / 50%);
    box-shadow: 0 0.5rem 1.5rem rgb(16 87 57  / 50%);
}
.angcart-btn:hover {
    text-decoration: none;
	 -webkit-box-shadow: 0 0 0 0.25rem rgb(16 87 57  / 30%), 0 0 0 0.25rem #fff, 0 0 0.75rem rgb(16 87 57  / 80%);
        box-shadow: 0 0 0 0.2rem rgb(16 57 57 / 30%), 0 0 0 0.25rem #fff, 0 0 0.2rem rgb(16 37 57 / 50%);
		-webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( 
210deg
 , #df011a 40%, #55aa1b 72%);
}
.angcart-btn:not(:disabled):not(.disabled):active {
    -webkit-box-shadow: 0 0 0 0.1rem rgb(16 87 57  / 30%), 0 0 0 0.25rem #fff, 0 0 0.1rem rgb(16 87 57  / 80%);
    box-shadow: 0 0 0 0.1rem rgb(16 87 57  / 30%), 0 0 0 0.25rem #fff, 0 0 0.1rem rgb(16 87 57 / 80%);
}
.brk-bg-grad {
    background: linear-gradient(to right, #df011a, #55aa1b);
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.bg-light-green {
    background-color: #98c869 !important;
}
.p-in-10{
	padding: 0 10px;
}
/*home products*/
.bg-light-gray{
	background-color: #f2f4f5;
}
.bg-vegetables-pattern {
   background-image: url(../img/shape/pattern.png);
    background-position: 0 0;
    background-repeat: repeat;
    filter: brightness(2);
    background-attachment: fixed;
}
.overflow-back, .back-block {
    z-index: -1;
    pointer-events: none;
    cursor: default;
}
.overflow-back, .back-block, .full-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.opacity-10 {
    opacity: .1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
    filter: alpha(opacity=10) !important;
}
.grid {
    margin-top: -2rem;
}
.grid > .col, .grid > [class*="col-"] {
    margin-top: 2rem;
}


.entity-preview-show-up {
    overflow: hidden;
}
.btn-wide {
    min-width: 9rem;
}
.section-footer {
    margin-top: 4rem;
}
.section-head:not(.container), .section-footer:not(.container) {
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

.section-footer .btn:last-child:first-child {
    min-width: 9rem;
}
.btn-theme-white-bordered {
    background-color: transparent;
    color: #333333;
    position: relative;
    -webkit-box-shadow: 0 0 0 0 #333333;
    box-shadow: 0 0 0 0 #333333;
}
.btn-theme-white-bordered:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #333333;
    border-radius: 1.4375rem;
}
.btn-theme-white-bordered:hover{
	color: #e9c11f;
}
.entity-hover-shadow {
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.entity-hover-highlight {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.bradr {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
}
.entity-hover-white-icon .entity-icon {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.entity-hover-shadow:not(.entity-disabled):hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
}
.entity-hover-highlight:not(.entity-disabled):hover {
    background-color: #e9c11f;
    color: #fff;
}
.entity-hover-highlight:hover h4.entity-title{
	    color: #fff;
}
.entity-hover-white-icon:not(.entity-disabled):hover .entity-icon {
    background-color: #fff;
}
.separator-dots-arrow {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -.25em;
    margin-left: -.25em;
}
.separator-dots-arrow .separator-dot, .separator-dots-arrow .separator-arrow {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    padding-left: .25em;
    padding-top: .25em;
    margin: auto;
    line-height: 1;
}
.separator-dots-arrow .separator-dot:before {
    content: "";
    width: .35em;
    height: .35em;
    background-color: #747d88;
    display: block;
    border-radius: 50%;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
.separator-dots-arrow .separator-dot.last:before {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: .39999999999999997em;
    height: .39999999999999997em;
    background-color: #e9c11f;
}
.h2.lg-horizontal.separator-dots-arrow{
	font-size: 2.25rem;
    line-height: 1.25;
}
.separator-dots-arrow .separator-arrow {
    font-size: 1em;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
.separator-dots-arrow .separator-arrow .icn-arrow_down, .separator-dots-arrow .separator-arrow .icn-arrow_up {
    line-height: .4;
}
.separator-dots-arrow .separator-arrow .icn-arrow_left, .separator-dots-arrow .separator-arrow .icn-arrow_right {
    line-height: .7;
}
.separator-dots-arrow .separator-show-vertical {
    display: block;
}
.separator-dots-arrow .separator-show-horizontal {
    display: none;
}
@media (min-width: 992px){
	.separator-dots-arrow.lg-horizontal .separator-show-vertical {
    display: none;
}
.separator-dots-arrow.lg-horizontal .separator-show-horizontal {
    display: block;
}
.lg-horizontal.separator-dots-arrow{
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}


/*homefullbox*/

.flex-w {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.size-w-2 {
    width: 25%;
}
.of-hidden {
    overflow: hidden;
}
.pos-relative {
    position: relative;
}
.hov-img1 {
    display: block;
}
.hov-img1 > img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}
.hov-img1:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.bg11 {
    background-color: rgba(51,51,51,0.3);
}
.flex-col-c-m {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
	
}
.s-full {
    width: 100%;
    height: 100%;
}
.ab-t-l {
    position: absolute;
    left: 0px;
    top: 0px;
}
.p-r-15, .p-rl-15, .p-all-15 {
    padding-right: 15px;
}
.p-l-15, .p-rl-15, .p-all-15 {
    padding-left: 15px;
}
.p-b-15, .p-tb-15, .p-all-15 {
    padding-bottom: 15px;
}
.p-t-15, .p-tb-15, .p-all-15 {
    padding-top: 15px;
}
.wrap-pic-s, .wrap-pic-max-s, .wrap-pic-w, .wrap-pic-max-w, .wrap-pic-h, .wrap-pic-max-h {
    display: block;
}
.wrap-pic-max-w > img {
    max-width: 100%;
    display: inline-block;
}
.txt-l-102 {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}
.cl0 {
    color: #fff;
}
.p-b-13, .p-tb-13, .p-all-13 {
    padding-bottom: 13px;
}
.p-t-30, .p-tb-30, .p-all-30 {
    padding-top: 30px;
}
.trans-04 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.txt-m-102 {
    font-size: 20px;
    line-height: 1.2;
}
.hov1-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.hov1 {
    height: 0px;
}
.hov1-parent:hover .hov1 {
    height: 25px;
}
.hov1-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.hov1-parent:hover .hov1-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*home angle feature and ads and showcase*/
.section {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.section-white-text {
    color: #fff !important;
}
.white-curve-before:before {
    top: 0;
    background-position: 70% 100%;
}
.bg-bittersweet {
    background-color:#e9c11f;
}
.section-solid, .section-solid-sm {
    position: relative;
    z-index: 1;
}
.section-solid {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.curve-before-50:before {
    background-position: 50% 100%;
}
.curve-after-20:after {
    background-position: 20% 0;
}
.section-back-text {
    font-size: 20vw;
    max-width: 100vw;
    position: absolute;
    right: 50%;
    bottom: 50%;
    color: #fff;
    -webkit-transform: translate(50%,50%);
    -moz-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
    opacity: .04;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    font-weight: 400;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-width: 1500px){
.section-back-text {
    font-size: 300px;
}
}



.h-100 {
    height: 100%!important;
}
.position-relative {
    position: relative!important;
}
.mw-100 {
    max-width: 100%!important;
}
.z-index-4 {
    z-index: 4;
}
.section-head, .section-subhead {
    margin-bottom: 4rem;
}
.section-head {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 768px){
.section-head.left {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
}
}

.section-head .section-icon {
    font-size: 2.75rem;
}
.section-head .section-icon {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 1rem;
    line-height: 1;
}
.svg-content {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
}
.svg-content svg {
    vertical-align: top;
    max-width: 100%;
	height:1.2em;
	width:1.2em
}
.svg-content img {
    vertical-align: top;
    max-width: 100%;
	height:1.2em;
	width:1.2em
}
.svg-fill-white svg{
	fill: #fff!important;
}
.svg-fill-gray svg{
	fill: #333333!important;
}

.section-head .section-head-content {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: auto 0;
}

@media (min-width: 768px){
.section-head.left .section-icon {
    margin: auto 1.5rem auto 0;
}
}
.section-text {
    color: #333333;
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 400;
}
.section-title {
    color: #333333;
	font-size: 2rem;
    line-height: 1.25;
    font-weight: 400;
}

.entity {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.entity-icon {
    margin-bottom: 1.5rem;
    line-height: 1;
}
.entity-icon span.features svg{
	height: 110px;
    width: 110px;
}
.entity-title, .entity-subtitle, .entity-value {
    margin-bottom: 1rem;
	font-size: 18px;
    line-height: 1.4;
	font-weight: 400!important;
}

.section-white-text .section-text , .section-white-text .section-title , .section-white-text .entity .entity-title{
	color: #fff;
}
.entity-mtb-3{
	margin-top:1.5rem;
	margin-bottom: 4rem;
}
.text-theme, .text-back-image, .text-orange {
    color:#e9c11f!important;
}
.entity-image, .entity-number {
    margin-bottom: 1.5rem;
}
.entity-image {
    line-height: 1;
}
.entity-list {
    padding: 0;
    margin: 0 0 1.5rem;
    list-style: none;
}
.entity-list li{
	color: #747d88;
	font-size: 1rem;
    line-height: 1.7;
}
.text-light-green {
    color: #98c869 !important;
}
.text-title {
    color: #333333 !important;
}
.showcase-item{
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.125;
}
.showcase-title {
	font-size: 3.5rem;
	font-weight: 400;
	line-height: 1.125;
}
.curve-before-0:before {
    background-position: 0% 100%;
}




/*  Portfolio Hex  */
#port-hex {overflow: hidden;
    background: #666;
    background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
    position: relative;}
div#port-hex::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
   background: #f2f4f5;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
img.paralax-bg-effect {position: absolute; top: 0; left: 0; width: auto; max-width: none;}

.white-letters-inside, .white-letters-inside h2 {position: relative; }
.hex-grid-wrap {display: inline-block; margin: 0 auto;}

.flex-hex .hexagon {width: 100%;}
.hexagon-elements-wrap {width: 100%;}
.hexagon-elements-wrap-inner { padding: 36px 0;}
.single-hex {padding: 32px 0;}
.port-hex-wrap {width: 992px; margin: auto;}
.hexagon {overflow: hidden; visibility: hidden; -webkit-transform: rotate(120deg); -moz-transform: rotate(120deg); -o-transform: rotate(120deg); transform: rotate(120deg); cursor: pointer;}
.hexagon {width: 200px; height: 480px; margin: -113px 2px;}
.hexagon-in1 { overflow: hidden; width: 100%; height: 100%; -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg);}
.hexagon-in2 { width: 100%;height: 100%; background: #1396aa;background: linear-gradient(to right, #97b1bb, #95b2bb)!important;
background: linear-gradient(to right, #95b2bb, #95b2bb)!important;
 background-repeat: repeat; background-size: cover; background-position: 50%; visibility: visible; -webkit-transform: rotate(-60deg); -moz-transform: rotate(-60deg); -o-transform: rotate(-60deg); transform: rotate(-60deg); position: relative; overflow: hidden;}
/* .hexagon-in2 h1 {
    position: relative;
    z-index: 10;
    margin: 200px 0;
    color: #fff;
    opacity: 0.8;
    font-size: 24px;
} */
.first-element {background-image: url(images/port-hex/1.jpg);}
.second-element {background-image: url(images/port-hex/2.jpg);}
.third-element {background-image: url(images/port-hex/3.jpg);}
.fourth-element {background-image: url(images/port-hex/4.jpg);}
.fifth-element {background-image: url(images/port-hex/5.jpg);}
.sixth-element {background-image: url(images/port-hex/6.jpg);}
.seventh-element {background-image: url(images/port-hex/7.jpg);}

.hover-effect {position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 5; display: table; vertical-align: middle; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; opacity: 0; background: #1396aa;}
.title-benefits-hex {position: absolute; width: 100%; height: 100%;
 top: 0; left: 0; z-index: 5; display: table; vertical-align: middle; transition: opacity 0.3s; 
 -webkit-transition: opacity 0.3s; color: #fff;
    opacity: 0.8;
    font-size: 24px;}
	.title-benefits-hex h1{
		color: #fff;
    font-size: 20px;
    line-height: 1.4;
    margin: 20px 0 5px;
	}
	.hex-view-more{
		font-size: 22px;
		color: #fff;
	}
	.single-hexagon-element{
	}
.table-row .table-cell .border-bottom-white {width: 60%;}
.hover-effect .text-caption {font-size: 18px;}
.hexagon:hover .hover-effect {
    opacity: 0.95;
}
.hex-brand-img img {
    border-radius: 50%;
    width: 120px;
	will-change: auto;
    height: 120px;
}
.hexagon:hover .hover-effect {opacity: 1;}

#port-hex .border-bottom-gray {border-bottom-color: #fff;}

.item-details-wrapper {height: 0; opacity: 0;}

#carousel-hex h4 {color: #fff;}
#carousel-hex .carousell-content { padding: 48px 0;}
#carousel-hex .carousel-placing {height: 0; overflow: hidden; opacity: 0; filter: alpha(opacity=0);}
#carousel-hex .carousel-control {top: 0; left: 0; width: 50px; height: 50px; background: #db1; margin-top: 20px;}
#carousel-hex .carousel-control.right {left: 72px; color: #333333; background: url(images/portfolio/arrow-right.png) no-repeat center center;}
#carousel-hex .carousel-control.left {background: url(images/portfolio/arrow-left.png) no-repeat center center; color: #333333;}
#carousel-hex .carousel-control.closing {left: auto; right: 0; color: #333333; background: url(images/portfolio/close.png) no-repeat center center; cursor: pointer;}

#carousel-hex #carousel *:not(a) {color: #999;}

.inline-block {
    display: inline-block;
}
.margin-bottom24 {
    margin-bottom: 24px !important;
}
.margin-top24 {
    margin-top: 24px !important;
}
.relative {
    position: relative;
}

.full-width-container, .fullwidth {
    width: 100%;
}
.table-row {
    display: table-row;
    vertical-align: middle;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
a.hover-effect img {
    will-change: auto;
}

.carousel-nav .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    opacity: .5;
    filter: alpha(opacity=50);
}
.carousel-control.left {
    background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.margin-bottom72 {
    margin-bottom: 72px !important;
}
.margin-top72 {
    margin-top: 72px !important;
}
.margin-top50 {
    margin-top: 50px !important;
}
.padding-top48 {
    padding-top: 48px !important;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.carousel-image-wrap{
	padding: 0 15px; 
}



/*services aparoks*/
.customwrap {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50% 80%;
    background-color: #f2f4f5;
    margin-top: 80px;
    padding-bottom: 80px;
}
 .intro.section {
    background-color: transparent;
    height: auto;
    margin-bottom: 0;
	padding-top: 80px;
}
#aparoks .intro.section .intro-wrap {
    background-color: #f7f6f2;
    background-image: url(../img/bg-intro-4.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto;
    padding: 80px 30px;
}
#aparoks .intro.section .intro-wrap {
    background-color: inherit;
    background-image: none;
    padding: 0;
}
.intro .intro-header {
    text-align: center;
    margin-bottom: 18px;
}
.intro .intro-header h3 {
    color: #78b144;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
	margin-bottom: 160px;
    padding-bottom: 50px;
}
.intro .intro-header p {
    font-style: italic;  
    font-size: 14px;
    color: #666;
    margin: 0 auto;
    font-weight: 400;
    text-transform: none;
    line-height: 26px;
    max-width: 760px;
    padding: 10px 0;
}
#aparoks .intro .intro-header p {
    max-width: 400px;
}
#aparoks .intro .intro-social {
    margin-bottom: 25px;
}
.intro .intro-item {
    margin-bottom: 40px;
    text-align: center;
}
.top-left.text-center .intro-item , .top-right.text-center .intro-item {
    position: relative;
    bottom: 60px;
}
#aparoks .intro .intro-item {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.intro .intro-item h4 {
    text-transform: capitalize;
    margin: 18px 0;
    color: #444;
    font-size: 18px;
	position: relative;
    font-weight: 400;
	z-index: 2;
}
.intro .intro-item p svg{
	width: 40px;
	height: 40px;
	display: inline-block;
}
#aparoks .intro .bottom-left .intro-item {
    margin-left: 70px;
}
#aparoks .intro .bottom-right .intro-item {
    margin-right: 70px;
}
@media screen and (max-width: 1024px){
#aparoks .intro .bottom-left .intro-item {
    margin-left: auto;
}
#aparoks .intro .bottom-right .intro-item {
    margin-right: auto;
}
.intro {
    margin-bottom: 20px;
}
}


.hexa-shape-icon {
	position: relative;
	width: 55px;
    height: 100px;
    box-shadow: 0 6px 30px rgb(0 0 0 / 12%);
    transition: all .3s ease-in-out;
    margin: auto;
    background-color: #fff;
}
.hex-shape-svg {
	position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    padding: 50px 0 20px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hex-shape-svg svg{
	fill: #e9c11f;
}

.hexapr-sc-honeycomb-three__layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    width: 200%;
    height: 100%;
    opacity: 0;
	background-color: 39, 117, 255;
    transition: all .3s ease-in-out;
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}
.hexapr-sc-honeycomb-three:hover .hexapr-sc-honeycomb-three__layer {
    opacity: 1;
}
.hexapr-sc-honeycomb-three__hex-1, .hexapr-sc-honeycomb-three__hex-2 {
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.hexapr-sc-honeycomb-three__hex-1 {
    transform: translate(-50%,-50%) rotate(
60deg
);
}
.hexapr-sc-honeycomb-three__hex-2 {
    transform: translate(-50%,-50%) rotate(
-60deg
);
}

.hexapr-sc-honeycomb-three__after, .hexapr-sc-honeycomb-three__before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 199%;
    height: 99%;
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    z-index: -2;
}
}
.hexapr-sc-honeycomb-three:hover .hexapr-sc-honeycomb-three__after, .hexapr-sc-honeycomb-three:hover .hexapr-sc-honeycomb-three__before {
    -webkit-animation: pulse-honeycomb-three 1.5s infinite;
    animation: pulse-honeycomb-three 1.5s infinite;
}

:root{
	--brand-primary: #e9c11f;
}
.entity-cart-btn{
	border-radius: 5px;
    background: #fff;
    border: 1px solid #b7b7b7;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #b7b7b7;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 2px 9px;
    margin: 0;
    font-size: 18px;
	background: #fff;
    border: 1px solid #b7b7b7!important;
	box-shadow: none;
}
/*hexagon slides using products*/
.entity-content {
    -webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    height: 100%;
    padding: 50px 20px 20px;
    width: 100%;
	margin: 0!important;
	border-radius: 0 0 10px 10px;
}
.entity-content:not(.entity-disabled):hover {
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
}
.aparock-sc-honeycomb-three {
    position: relative;
    width: 100%;
    height: 260px;
   /*  box-shadow: 0 6px 30px rgb(0 0 0 / 12%); */
    transition: all .3s ease-in-out;
    margin: auto!important;
   /*  background-color:#f2f4f5; */
/* 	-webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%); */
	border-radius: 10px 10px 0 0;
}
.aparock-sc-honeycomb-three__thumb {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 0 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 10px 10px 0 0;
}
.aparock-sc-honeycomb-one__thumb img, .aparock-sc-honeycomb-three__thumb img, .aparock-sc-honeycomb-two__thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
	border-radius: 10px 10px 0 0;
}
.aparock-sc-honeycomb-three__content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 120%;
    height: 100%;
    padding: 25px 0;
    z-index: 4;
    transition: all .3s ease-in-out;
}
.aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__content {
    transform: translateX(-50%) scale(1);
}
.aparock-sc-honeycomb-three__title {
    font-size: 1.125rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
.aparock-sc-honeycomb-three__desc {
    font-size: .875rem;
    line-height: 23px;
    color: #fff;
}

.aparock-sc-honeycomb-three__buy, .aparock-sc-honeycomb-three__sticker {
    position: absolute;
    z-index: 9;
    font-size: 1rem;
    transition: all .3s ease-in-out;
    box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb),.5);
}
.aparock-sc-honeycomb-three__buy {
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
    width: 106px;
    height: 42px;
    border-radius: 21px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    background-color: var(--brand-primary);
}

.aparock-sc-honeycomb-three__buy .buy, .aparock-sc-honeycomb-three__buy .price {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%) scale(1);
    transition: inherit;
    color: #fff;
}
.aparock-sc-honeycomb-three__buy .buy, .aparock-sc-honeycomb-three__buy .price {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%) scale(1);
    transition: inherit;
    color: #fff;
}
.aparock-sc-honeycomb-three__buy .buy {
    text-transform: uppercase;
    transform: translate(-50%,-50%) scale(0);
    color: var(--brand-primary);
}
.aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__buy {
    box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
    background-color: var(--white);
}
.aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__sticker {
    box-shadow: 0 6px 30px rgb(0 0 0 / 12%);
    background-color: var(--white);
    color: var(--brand-primary);
}
.aparock-sc-honeycomb-three__buy .buy i {
    vertical-align: 0;
    margin-right: 10px;
}
.aparock-sc-honeycomb-three__layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
	background-color: 39, 117, 255;
    width: 200%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}
.aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__layer {
    opacity: 1;
}
.aparock-sc-honeycomb-three__hex-1, .aparock-sc-honeycomb-three__hex-2 {
   /*  position: absolute;
    background:#fff;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; */
/* 	-webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%); */
}
.aparock-sc-honeycomb-three__hex-1 {
    transform: translate(-50%,-50%) rotate(
60deg
);
}
.aparock-sc-honeycomb-three__hex-2 {
    transform: translate(-50%,-50%) rotate(
-60deg
);
}
.aparock-sc-honeycomb-three__after, .aparock-sc-honeycomb-three__before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 199%;
    height: 99%;
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    z-index: -2;
}
.aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__after, .aparock-sc-honeycomb-three:hover .aparock-sc-honeycomb-three__before {
    -webkit-animation: pulse-honeycomb-three 1.5s infinite;
    animation: pulse-honeycomb-three 1.5s infinite;
}



.highlight-trend {
    background: var(--brand-primary);
    border-radius: 50px;
    padding: 3px 20px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.line__height-52 {
    line-height: 3.25rem;
}
.font__size-48 {
    font-size: 3rem;
}

.flex-column {
    flex-direction: column!important;
}
.brk-sc-honeycomb {
    position: relative;
    width: 100%;
    min-height: 200px;
}
.brk-sc-honeycomb_nigative-line {
    margin-bottom: 30px;
}
.brk-sc-honeycomb_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.brk-sc-honeycomb-four {
    position: relative;
    width: 220px;
    height: 380px;
    transition: all .3s ease-in-out;
    margin: 15px 0;
    background-color: #f2f4f5;
}
.brk-sc-honeycomb-four_left {
    position: absolute;
    top: 0;
    left: 90px;
}
.brk-sc-honeycomb-four:after, .brk-sc-honeycomb-four:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: inherit;
    transition: all .3s ease-in-out;
    transform-origin: center center;
}
.brk-sc-honeycomb-four:before {
    transform: translate(-50%,-50%) rotate(
60deg
);
}
.brk-sc-honeycomb-four__thumb {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: translateX(50%);
    -webkit-clip-path: polygon(0% 0%,50% 0,100% 50%,50% 100%,0% 100%);
    clip-path: polygon(0% 0%,50% 0,100% 50%,50% 100%,0% 100%);
}
.brk-sc-honeycomb-four__thumb img {
    position: absolute;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    bottom: 0;
    left: 0;
}
.brk-sc-honeycomb-four__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 140px;
    height: 100%;
    margin: 0 -25px;
}
.brk-sc-honeycomb-four__sticker {
    font-size: .6875rem;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.brk-sc-honeycomb-four__sticker .category, .brk-sc-honeycomb-four__sticker .stic {
    padding: 0 5px;
    height: 16px;
    border-radius: 3px;
    margin: 1px 1px 1px 0;
    font-weight: 400;
    display: inline-block;
}

.brk-sc-honeycomb-four__title {
    font-size: 1.5rem;
    line-height: 26px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    margin-bottom: 2px;
}
.brk-rating {
    position: relative;
    width: 89px;
}
.brk-rating__layer {
    opacity: .6;
}
.brk-dark-font-color {
    color: #585858;
}
.brk-rating__layer:after, .brk-rating__layer:before {
    content: " ";
    display: table;
}
.brk-rating__imposition i, .brk-rating__layer i {
    display: inline-block;
    float: left;
    font-size: .875rem;
    margin: 0 1px;
}
.brk-sc-honeycomb-five, .brk-sc-honeycomb-four .brk-rating__imposition i, .brk-sc-honeycomb-four .brk-rating__layer i {
    transition: all .3s ease-in-out;
}
.brk-sc-honeycomb-four:hover .brk-rating__imposition i, .brk-sc-honeycomb-four:hover .brk-rating__layer i, .brk-sc-honeycomb-four:hover .brk-sc-honeycomb-four__title {
    color: #fff;
}
.brk-rating__layer:after {
    clear: both;
}
.brk-rating__imposition {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.brk-rating__imposition .visible {
    width: 89px;
    height: 15px;
}
.brk-sc-honeycomb-four__price {
    margin-top: 25px;
}
.brk-sc-honeycomb-four__price a {
    display: inline-block;
    height: 46px;
    border-radius: 3px;
    font-size: .9375rem;
    line-height: 46px;
    text-align: center;
    padding: 0 12px;
    font-weight: 400;
    box-shadow: 0 5px 16px rgba(var(--brand-primary-rgb),.5);
    transition: .3s box-shadow,.3s background-color;
	background-color: #1396aa;
	color: #fff;
}
.brk-sc-honeycomb-four__layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 200%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
}
.brk-sc-honeycomb-four__layer-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.brk-sc-honeycomb-four:hover .brk-sc-honeycomb-four__layer {
    opacity: 1;
}
.opacity-80 {
    opacity: .8;
}
.brk-bg-grad {
    background: linear-gradient(to right, #5d8897, #95b2bb);
}
.brk-sc-honeycomb-four:after, .brk-sc-honeycomb-four:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: inherit;
    transition: all .3s ease-in-out;
    transform-origin: center center;
}
.brk-sc-honeycomb-four:before {
    transform: translate(-50%,-50%) rotate(
60deg
);
}
.brk-sc-honeycomb-four:after {
    transform: translate(-50%,-50%) rotate(
-60deg
);
}

.brk-sc-honeycomb-four_center {
    margin-top: 220px;
    margin-left: auto;
    margin-right: auto;
}
.brk-sc-honeycomb-four_right {
    position: absolute;
    top: 0;
    right: 90px;
}



@media (min-width: 992px){
.brk-sc-honeycomb_nigative-line {
    margin-top: -90px;
}
}


/*about- us*/
.heading_s1, .heading_s2, .heading_s3 {
    margin-bottom: 25px;
    position: relative;
}
.heading_s2 h2 , .intro .intro-header h3 , .section-title{
   color: #1396aa;
}
.intro-header h3 {
	font-size: 28px;
	 color: #1396aa;
	 margin-bottom: 40px;
}
h2.font__family-playfair.font__style-italic.font__weight-normal.font__size-48.line__height-52 {
 color: #1396aa;
 font-size: 28px;
    line-height: 1.25;
    font-weight: 400;
}
.overlap_shape [class*="ol_"] {
	position: absolute;
	z-index: -1;
}
.ol_shape1 {
	top: -30px;
	left: 2%;
}
.ol_shape2 {
	top: 10%;
	left: 25%;
}
.ol_shape3 {
	top: 50%;
	left: 15%;
}
.ol_shape4 {
	bottom: -20px;
	left: 2%;
}
.ol_shape5 {
	top: -50px;
	right: 3%;
}
.ol_shape6 {
	top: 40%;
	right: 5%;
}
.ol_shape7 {
	bottom: -20px;
	right: 10%;
}
.ol_shape8 {
	top: 40%;
	left: 8%;
}
.ol_shape9 {
	bottom: 30%;
	left: 12%;
}
.ol_shape10 {
	bottom: 10%;
	left: 5%;
}
.ol_shape11 {
	top: 20%;
	right: 8%;
}
.ol_shape12 {
	top: 43%;
	right: 5%;
}
.ol_shape13 {
	bottom: 26%;
	right: 10%;
}
.ol_shape14 {
	bottom: 8%;
	right: 9%;
}
.ol_shape15 {
	left: 0;
	bottom: 20px;
}
.ol_shape16 {
	right: 0;
	bottom: -40px;
	z-index: 0 !important;
}
.ol_shape17,
.ol_shape19 {
	position: absolute;
	left: 4%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.ol_shape18,
.ol_shape20 {
	position: absolute;
	right: 3%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
.ol_shape21 {
	top: 15%;
	left: 5%;
}
.ol_shape22 {
	bottom: 15%;
	left: 5%;
}
.ol_shape23 {
	right: 5%;
	top: 10%;
}
.ol_shape24 {
	bottom: 5%;
	right: 5%;
}
.ol_shape25 {
	top: 16%;
	left: 2%;
}
.ol_shape26 {
	top: 3%;
	left: 20%;
}
.ol_shape27 {
	top: 45%;
	left: 13%;
}
.ol_shape28 {
	bottom: 10%;
	left: 3%;
}
.ol_shape29 {
	top: 3%;
	right: 20%;
}
.ol_shape30 {
	top: 25%;
	right: 7%;
}
.ol_shape31 {
	bottom: 8%;
	right: 8%;
}
.about-btn ,.add-to-cart-btn{
	border: none;
	cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color:#fff;
    text-transform: capitalize;
	  background: #e9c11f;
   transition: all .5s ease 0s;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 25px;
	    font-family: 'divine-pro-semi';
}
.about-btn:hover ,.add-to-cart-btn:hover, .home-banner-three .home-slides .home-item .main-banner-content .banner-btn a.default-btn:hover ,.hexagon-in2:hover , .home-banner-two .home-slides .home-item .main-banner-content .banner-btn .optional-btn:hover{
	  background-color:#333333;
	   color: #fff;
}
.hexagon-in2:hover{
	/* background: linear-gradient(to right, #df011a, #55aa1b)!important;
	background-image: none; */
}
span.sub_heading {
    line-height: 30px;
	font-weight: 400;
    font-size: 17px;
	color: #999;
}
.about_img{
	position: relative;
	width: 100%;
}
.about_img:after{
	/* display: block;
	content:'';
	padding-bottom: 400px; */
}
.about_img img {
    border-radius: 10px;
	position: relative;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	will-change: transform;
	/* box-shadow: 3px 6px 6px 0 rgb(0 0 0 / 11%);
	 */
}
/*----------  bog post slider  ----------*/
.blog-post-slider-wrapper .slick-list
{
    margin: 0 -10px;
}

.blog-post-slider-wrapper .slick-slide > div
{
    padding: 0 10px;
}

.blog-post-slider-wrapper .slider-single-post
{
    border: 1px solid #f5f5f5;
}
.blog-post-slider-wrapper .slider-single-post__image a
{
    position: relative; 

    display: block;

    width: 100%;
}
.blog-post-slider-wrapper .slider-single-post__image a:after
{
    font-family: fontAwesome;
    font-size: 23px;
    line-height: 52px;

    position: absolute;
    top: 50%;
    left: 50%;

    visibility: hidden;

    width: 52px;
    height: 52px;

    content: '\f03e';
    -webkit-transition: .3s;
            transition: .3s; 
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;

    opacity: 0;
    color: #fff;
    border: 1px solid#222;
    background-color:#222;
}
.blog-post-slider-wrapper .slider-single-post__image a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.blog-post-slider-wrapper .slider-single-post__image a:hover img
{
    opacity: .7;
}
.blog-post-slider-wrapper .slider-single-post__image a:hover:after
{
    visibility: visible;

    opacity: 1;
}
.blog-post-slider-wrapper .slider-single-post__content
{
    padding: 12px 20px 15px 20px;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title
{
    margin-bottom: 0;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title a
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;

    display: block;

    margin-bottom: 20px; 

    color: #333333;
}
.blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color:#222;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name
{
    font-size: 13px;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-right: 14px; 

    color: #999;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name span
{
    color: #333333;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    width: 3px;
    height: 3px;
    margin-top: -1.5px; 

    content: '';

    border-radius: 100%;
    background: #999;
}
.blog-post-slider-wrapper .slider-single-post__content .post-meta .post-date
{
    font-size: 13px; 

    display: inline-block;

    color: #999;
}

.text-underline{
	text-decoration:underline;
}
/*----------  footer blog post slider  ----------*/
.footer-blog-post-slider-wrapper .slick-slide > div:last-child
{
    margin-top: 20px;
    padding-top: 20px;

    border-top: 1px solid #f0f0f0;
}
.footer-bg:before{
	position: absolute;
    content: '';
   top: 0px;
    right: 0px;
    width: 100%;
    bottom: 0;
    height: 100%;
	background: #010101;
    -webkit-opacity: 0.92;
    -moz-opacity: 0.92; 
    opacity:0.92;
}
.footer-bg{
	background-image: url(../img/bg/footer-bg-1.jpg);
	 background-repeat: no-repeat;
	  background-size:cover;
	position: relative;
	padding: 70px 0 0;
}
.single-footer-blog-post
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.single-footer-blog-post__image
{
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
            flex-basis: 110px;
}
.single-footer-blog-post__image a
{
    display: block;

    width: 100%;
}
.single-footer-blog-post__image a img
{
    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
}
.single-footer-blog-post__image a:hover img
{
    opacity: .7;
}
.single-footer-blog-post__content
{
    padding-left: 10px; 

    -webkit-flex-basis: calc(100% - 110px);
    -ms-flex-preferred-size: calc(100% - 110px);
            flex-basis: calc(100% - 110px);
}
.single-footer-blog-post__content .blog-post-title a
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; 

    color: #333333;
}
.single-footer-blog-post__content .blog-post-title a:hover
{
    color: #222;
}
.single-footer-blog-post__content .blog-post-meta .author-name
{
    font-size: 12px;
    font-weight: 300; 
    line-height: 17px;

    position: relative;

    display: inline-block;

    margin: 0;
    margin-right: 14px;

    color: #999;
}
.single-footer-blog-post__content .blog-post-meta .author-name span
{
    color: #333333;
}
.single-footer-blog-post__content .blog-post-meta .author-name:after
{
    position: absolute;
    top: 50%;
    right: -10px;

    width: 3px;
    height: 3px;
    margin-top: -1.5px; 

    content: '';

    border-radius: 100%;
    background: #999;
}
.single-footer-blog-post__content .blog-post-meta .post-date
{
    font-size: 12px;
    line-height: 17px; 

    display: inline-block;

    color: #999;
}

/*----------  brand logo slider  ----------*/
.brand-logo-slider-wrapper
{
    padding: 34px 0; 

    border-top: 1px solid #ededed;
}
.brand-logo-slider-wrapper--double-border
{
    border-bottom: 1px solid #ededed;
}

.single-brand-logo a
{
    display: block;

    width: 100%;

    text-align: center;
}
.single-brand-logo a img
{
    margin: 0 auto;
	
}
.last-brands img{
	height: 120px;
}
.single-brand-logo a:hover img
{
    opacity: .7;
}

/*----------  instagram image slider  ----------*/
.instagram-image-slider-wrapper
{
    margin-top: -10px;
}
.instagram-image-slider-wrapper .slick-list
{
    margin: 0 -5px;
}
.instagram-image-slider-wrapper .slick-slide > div
{
    margin: 0 5px;
    margin-top: 10px;
}
.instagram-image-slider-wrapper .single-instagram-image a
{
    position: relative; 

    display: block;

    width: 100%;
}
.instagram-image-slider-wrapper .single-instagram-image a img
{
    width: 100%;
}
.instagram-image-slider-wrapper .single-instagram-image a:hover:before
{
    visibility: visible;

    opacity: .7;
}
.instagram-image-slider-wrapper .single-instagram-image a:hover:after
{
    visibility: visible;

    opacity: 1;
}
.instagram-image-slider-wrapper .single-instagram-image a:before
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: .3s;
            transition: .3s;

    opacity: 0; 
    background-color:#222;
}
.instagram-image-slider-wrapper .single-instagram-image a:after
{
    font-family: IonIcons;
    font-size: 24px;

    position: absolute;
    top: 50%;
    left: 50%;

    visibility: hidden;

    content: '\f350';
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    opacity: 0; 
    color: #fff;
}

/*----------  category slider one ----------*/
.category-slider-wrapper-one .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.category-slider-wrapper-one .slick-slide > div
{
    margin: 0 10px;
}

.category-slider-wrapper-one .single-category-item:hover .single-category-item__image a img
{
    opacity: .7;
}

.category-slider-wrapper-one .single-category-item__image
{
    position: relative;
	overflow: hidden;
}
.category-slider-wrapper-one .single-category-item__image a
{
    display: block;

    width: 100%;
}
.category-slider-wrapper-one .single-category-item__image a img
{
    width: 100%;
	  position: absolute;
	  left: 0;
	  height: 100%;
	  border-radius: 4px;
	  top: 0;
	  object-fit: cover;
    -webkit-transition: .6s;
            transition: .6s;
}
.category-slider-wrapper-one .single-category-item__image:hover a img{
	transform: scale(1.15);
}
.category-slider-wrapper-one .single-category-item__image{
	position: relative;
}
.category-slider-wrapper-one .single-category-item__image:after{
	display: block;
	content:'';
	padding-bottom: 300px;
}
.category-slider-wrapper-one .single-category-item__image__content
{
    position: absolute;
    bottom: 20px;
    left: 50%;

    width: 80%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title
{
    margin-bottom: 0;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title a
{
   font-family: 'Noto kapas', 'Noto Sans', 'Roboto', 'Open Sans', -apple-system, sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    color: #222;
    border-radius: 64px;
    transition-property: opacity,padding,-webkit-transform;
    transition-property: opacity,transform,padding;
    transition-property: opacity,transform,padding,-webkit-transform;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.4, 1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 2.5rem;
    padding: 0 1.5rem;
}
.category-slider-wrapper-one .single-category-item__image__content p{
	color: #f8f5f0;
	text-transform: uppercase;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title a:hover
{
    color:#222;
}
.category-slider-wrapper-one .single-category-item__image__content .quantity
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #868686;
}

/*----------  category slider two ----------*/
.category-slider-wrapper-two .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.category-slider-wrapper-two .slick-slide > div
{
    margin: 0 10px;
}

.category-slider-wrapper-two .single-category-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    padding: 20px;

    border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}
.category-slider-wrapper-two .single-category-item:hover .single-category-item__image a img
{
    opacity: .7;
}
.category-slider-wrapper-two .single-category-item__image
{
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
    }
}
@media only screen and (max-width: 767px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
    }
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        margin-bottom: 20px; 

        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
                flex-basis: 70px;
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item__image
    {
        margin-bottom: 0; 

        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
                flex-basis: 100px;
    }
}
.category-slider-wrapper-two .single-category-item__image a
{
    display: block;

    width: 100%;
}
.category-slider-wrapper-two .single-category-item__image a img
{
    width: 100%;

    -webkit-transition: .3s;
            transition: .3s;
}
.category-slider-wrapper-two .single-category-item__content
{
    padding-left: 20px; 

    -webkit-flex-basis: calc(100% - 150px);
    -ms-flex-preferred-size: calc(100% - 150px);
            flex-basis: calc(100% - 150px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
                flex-basis: calc(100% - 70px);
    }
}
@media only screen and (max-width: 575px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        padding-left: 0; 

        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
                flex-basis: calc(100% - 70px);
    }
}
@media only screen and (max-width: 479px)
{
    .category-slider-wrapper-two .single-category-item__content
    {
        padding-left: 20px; 

        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
    }
}
.category-slider-wrapper-two .single-category-item__content .category-item-title
{
    margin-bottom: 5px;
}
.category-slider-wrapper-two .single-category-item__content .category-item-title a
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 21px; 

    color: #333333;
}
.category-slider-wrapper-two .single-category-item__content .category-item-title a:hover
{
    color: #49b14d;
}
.category-slider-wrapper-two .single-category-item__content .category-list-item
{
    margin-bottom: 10px;
}
.category-slider-wrapper-two .single-category-item__content .category-list-item li a
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}
.category-slider-wrapper-two .single-category-item__content .category-list-item li a:hover
{
    color: #49b14d;
}
.category-slider-wrapper-two .single-category-item__content .category-link
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #49b14d;
}
.category-slider-wrapper-two .single-category-item__content .category-link:hover
{
    text-decoration: underline;
}

/*----------  widget product slider  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-widget-slider .slick-list
    {
        margin-right: -10px; 
        margin-left: -10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-widget-slider .slick-slide
    {
        margin: 0 10px;
    }
}

.single-widget-slider .slick-slide > div
{
    margin-bottom: 20px;
}
.single-widget-slider .slick-slide > div:last-child
{
    margin-bottom: 0;
}

/*----------  single row slider  ----------*/
.product-single-row-slider-wrapper--border-bottom
{
    padding-bottom: 40px; 

    border-bottom: 1px solid #ededed;
}

.product-single-row-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.product-single-row-slider-wrapper .slick-slide
{
    margin: 0 10px;
}
.product-single-row-slider-wrapper .slick-slide.slick-active
{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
}

/*----------  double row slider  ----------*/
.product-double-row-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.product-double-row-slider-wrapper .slick-slide
{
    margin: 0 10px;
}
.product-double-row-slider-wrapper .slick-slide.slick-active
{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
}
.product-double-row-slider-wrapper .slick-slide > div:last-child
{
    margin-top: 20px;
}

/*----------  banner double row slider area  ----------*/
.banner-double-row-slider-area .col-custom-5
{
    max-width: 40%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}
@media only screen and (max-width: 767px)
{
    .banner-double-row-slider-area .col-custom-5
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.banner-double-row-slider-area .col-custom-7
{
    max-width: 60%; 

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
}
@media only screen and (max-width: 767px)
{
    .banner-double-row-slider-area .col-custom-7
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

/*----------  double slider area  ----------*/
.product-single-row-double-slider-wrapper .slick-slide > div
{
    margin: 0 10px;
}

.product-single-row-double-slider-wrapper .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}

.double-slider-single-item
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    padding: 20px;

    border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px)
{
    .double-slider-single-item
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
    .double-slider-single-item .double-slider-single-item__inner-slider
    {
        width: 100%;
    }
    .double-slider-single-item .double-slider-single-item__content
    {
        width: 100%;
        padding-left: 0;
    }
}
.double-slider-single-item__inner-slider
{
    display: inline-block;

    width: 270px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .double-slider-single-item__inner-slider
    {
        width: 200px;
    }
}
.double-slider-single-item__content
{
    position: relative;

    display: inline-block;

    width: calc(100% - 290px); 
    padding-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .double-slider-single-item__content
    {
        width: calc(100% - 220px);
    }
}
.double-slider-single-item:hover .hover-icons
{
    right: 15px; 

    visibility: visible;

    opacity: 1;
}

.small-image-slider-wrapper
{
    margin-top: 10px; 
    padding: 0 20px;
}
.small-image-slider-wrapper:hover .slick-arrow
{
    visibility: visible;

    opacity: 1;
}
.small-image-slider-wrapper .slick-current > div
{
    border: 1px solid#222;
}
.small-image-slider-wrapper .slick-arrow
{
    top: 50%;

    visibility: hidden;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    opacity: 0; 
    background: none;
}
.small-image-slider-wrapper .slick-arrow:hover
{
    color: #49b14d; 
    background: none !important;
}
.small-image-slider-wrapper .slick-arrow.slick-next
{
    right: -25px;
    left: auto;
}
.small-image-slider-wrapper .slick-arrow.slick-prev
{
    right: auto; 
    left: -25px;
}
.small-image-slider-wrapper .slick-list
{
    margin-right: -5px; 
    margin-left: -5px;
}
.small-image-slider-wrapper .slick-slide > div
{
    margin: 0 5px;
}
.small-image-slider-wrapper--quickview
{
    margin-top: 20px; 
    padding: 0 30px;
}
.small-image-slider-wrapper--quickview .slick-arrow
{
    font-size: 30px; 

    visibility: visible;
	border: none;
    opacity: 1;
}
.small-image-slider-wrapper--quickview .slick-arrow.slick-prev
{
    left: -60px;
}
.small-image-slider-wrapper--quickview .slick-arrow.slick-next
{
    right: -60px;
}
.small-image-slider-wrapper--quickview .slick-slide > div
{
    margin: 0 10px;
}
@media only screen and (max-width: 767px)
{
    .small-image-slider-wrapper--side-style .small-image-slider
    {
        padding: 0 30px;
    }
}
.small-image-slider-wrapper--side-style .slick-slide > div
{
    margin: 5px 0;
}
@media only screen and (max-width: 767px)
{
    .small-image-slider-wrapper--side-style .slick-slide > div
    {
        margin: 0 5px;
    }
}
.small-image-slider-wrapper--side-style .slick-arrow
{
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.small-image-slider-wrapper--side-style .slick-arrow.slick-prev
{
    top: -30px;
    right: auto;
    bottom: auto; 
    left: 50%;
}
.small-image-slider-wrapper--side-style .slick-arrow.slick-next
{
    top: auto;
    right: auto; 
    bottom: -30px;
    left: 50%;
}

.big-image-slider-wrapper
{
    position: relative; 

    cursor: pointer;
}
.big-image-slider-wrapper--change-cursor
{
    cursor: crosshair !important;
}
.big-image-slider-single-item img {
    height: 420px;
    width: 100%;
	object-fit: cover;
}
.small-image-slider-single-item img {
    height: 85px;
    object-fit: contain;
	padding: 0 5px;
}
.big-image-slider-wrapper--gallery-mode
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.big-image-slider-wrapper--gallery-mode .big-image-slider-single-item
{
    border: 1px solid #ddd; 

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
.big-image-slider-wrapper--sticky-mode
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.big-image-slider-wrapper--sticky-mode .big-image-slider-single-item
{
    border: 1px solid #ddd; 

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.big-image-slider-wrapper--slider-mode .big-image-box-slider
{
    padding-right: 50px; 
    padding-left: 50px;
}
.big-image-slider-wrapper--slider-mode .slick-arrow
{
    top: 50%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.big-image-slider-wrapper--slider-mode .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.big-image-slider-wrapper--slider-mode .slick-arrow.slick-prev
{
    right: auto; 
    left: 0;
}
.big-image-slider-wrapper--slider-mode .slick-list
{
    margin-right: -10px; 
    margin-left: -10px;
}
.big-image-slider-wrapper--slider-mode .slick-slide > div
{
    margin: 0 10px;
}

.small-image-slider-single-item
{
    cursor: pointer;
}
.small-image-slider-single-item img
{
    width: 100%;
}

/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .hero-slider-button
{
    background-color: #49b14d;
}
.page-wrapper-light-green .hero-slider-button:hover
{
    background-color: #333333;
}

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #49b14d;
}

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #49b14d;
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow:hover
{
    background-color: #49b14d;
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__image a:after
{
    border: 1px solid #49b14d; 
    background-color: #49b14d;
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .instagram-image-slider-wrapper .single-instagram-image a:before
{
    background-color: #49b14d;
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #49b14d;
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-arrow:hover
{
    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=           blue page style            =
=============================================*/
.page-wrapper-blue .hero-slider-button
{
    background-color: #0eb9cb;
}
.page-wrapper-blue .hero-slider-button:hover
{
    background-color: #333333;
}

.page-wrapper-blue .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .ht-slick-slider .slick-arrow:hover
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .ht-slick-slider .slick-arrow.slick-prev
{
    right: 40px;
}

.page-wrapper-blue .blog-post-slider-wrapper .slider-single-post__image a:after
{
    border: 1px solid #0eb9cb; 
    background-color: #0eb9cb;
}

.page-wrapper-blue .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .instagram-image-slider-wrapper .single-instagram-image a:before
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #0eb9cb;
}

.page-wrapper-blue .small-image-slider-wrapper .slick-arrow:hover
{
    color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=           red page style            =
=============================================*/
.page-wrapper-red .hero-slider-button
{
    background-color: #333333;
}
.page-wrapper-red .hero-slider-button:hover
{
    background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

.page-wrapper-red .hero-slider-wrapper .slick-dots li.slick-active button
{
    background-color: #333333;
}

.page-wrapper-red .hero-slider-wrapper .slick-dots li button:hover
{
    background-color: #333333;
}

.page-wrapper-red .ht-slick-slider .slick-arrow:hover
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
	 color: #fff;
	 -webkit-box-shadow: 0 0.5rem 1.5rem rgb(16 87 57 / 50%);
    box-shadow: 0 0.5rem 1.5rem rgb(16 87 57 / 50%);
}
.page-wrapper-red .ht-slick-slider .slick-arrow:hover i{
	color: #fff;
}

.page-wrapper-red .ht-slick-slider .slick-arrow.slick-prev
{
    right: 100px;
}

.page-wrapper-red .category-slider-wrapper-two .single-category-item__content .category-item-title a:hover
{
    color: #222;
}

.page-wrapper-red .category-slider-wrapper-two .category-list-item li a:hover
{
    color: #222;
}

.page-wrapper-red .category-slider-wrapper-two .category-link
{
    color: #222;
}

.page-wrapper-red .small-image-slider-wrapper .slick-current > div
{
    border: 1px solid #222;
}

.page-wrapper-red .small-image-slider-wrapper .slick-arrow:hover
{
    color: #222;
}

/*=====  End of blue page style  ======*/
/*=====  End of slider  ======*/
/*=============================================
=            banner            =
=============================================*/
/*----------  single split banner  ----------*/
.single-split-banner__image
{
    position: relative;
}
.single-split-banner__image a
{
    display: block;

    width: 100%;
}
.single-split-banner__image a img
{
    width: 100%; 

    -webkit-transition: .6s;
            transition: .6s;
}
.single-split-banner__image a:hover img
{
    opacity: .7;
}
.single-split-banner__image__content
{
    position: absolute;
    top: 50%;

    padding-left: 40px; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.single-split-banner__image__content p
{
    margin-bottom: 0;
}
.single-split-banner__image__content p.split-banner-title--light
{
     font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 5px; 

    color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--light
    {
        font-size: 17px;
        line-height: 16px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--light
    {
        font-size: 17px;
        line-height: 16px;
    }
}
.single-split-banner__image__content p.split-banner-title--bold
{
     font-family: 'divine-pro';
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;

    margin-bottom: 15px; 

    color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--bold
    {
        font-size: 22px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--bold
    {
        font-size: 22px;
        line-height: 22px;
    }
}
.single-split-banner__image__content p.split-banner-title--bold--small
{
    font-size: 22px;
    line-height: 22px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--bold--small
    {
        font-size: 19px;
        line-height: 19px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--bold--small
    {
        font-size: 19px;
        line-height: 19px;
    }
}
.single-split-banner__image__content p.split-banner-title--price
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 18px; 

    color: #333333;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--price
    {
        font-size: 16px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--price
    {
        font-size: 16px;
        line-height: 15px;
    }
}
.single-split-banner__image__content p.split-banner-title--price .amount
{
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 24px; 

    display: block;

    margin-top: 5px;

    color:#222;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-split-banner__image__content p.split-banner-title--price .amount
    {
        font-size: 18px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 479px)
{
    .single-split-banner__image__content p.split-banner-title--price .amount
    {
        font-size: 18px;
        line-height: 18px;
    }
}

/*----------  full banner  ----------*/
.full-banner__content h5
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 15px; 

    text-transform: uppercase;

    color:#222;
}

.full-banner__content h4
{
     font-family: 'divine-pro';
    font-size: 35px;
    font-weight: 400;
    line-height: 35px; 

    color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner__content h4
    {
        font-size: 22px;
        line-height: 22px;
    }
}

.full-banner__content h3
{
     font-family: 'divine-pro';
    font-size: 60px;
    font-weight: 400;
    line-height: 60px; 

    color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner__content h3
    {
        font-size: 50px;
        line-height: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner__content h3
    {
        font-size: 35px;
        line-height: 35px;
    }
}

.full-banner__content p
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 40px; 

    color: #333333;
}

.full-banner__content .banner-button
{
    padding: 0 20px; 

    border-radius: 5px;
}
@media only screen and (max-width: 479px)
{
    .full-banner__content .banner-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

.full-banner__image a
{
    display: block;

    width: 100%;
}
.full-banner__image a img
{
    width: 100%; 

    -webkit-transition: .6s;
            transition: .6s;
}
.full-banner__image a:hover img
{
    opacity: .7;
}

/*----------  full banner two  ----------*/
.full-banner-two__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    height: 100%;
    padding: 0 45px;
    padding-right: 65px;

    background-color: #49b14d;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-two__content
    {
        padding-top: 40px;
        padding-right: 40px; 
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-two__content
    {
        padding-top: 40px;
        padding-right: 40px; 
        padding-bottom: 40px;
    }
}
.full-banner-two__content__wrapper h3
{
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;

    margin-bottom: 5px; 

    letter-spacing: -1px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-two__content__wrapper h3
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper h3
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.full-banner-two__content__wrapper h4
{
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;

    margin-bottom: 20px; 

    letter-spacing: -1px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-two__content__wrapper h4
    {
        font-size: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
.full-banner-two__content__wrapper p
{
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 30px; 

    color: #fff;
}
.full-banner-two__content__wrapper .banner-two-button
{
    color: #333333;
    border-radius: 5px; 
    background-color: #fff;
}
.full-banner-two__content__wrapper .banner-two-button:hover
{
    background-color: #ffdd20;
}
@media only screen and (max-width: 479px)
{
    .full-banner-two__content__wrapper .banner-two-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

.full-banner-two__image a
{
    display: block;

    width: 100%;
}
.full-banner-two__image a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.full-banner-two__image a:hover img
{
    opacity: .7;
}

/*----------  full banner background  ----------*/
.full-banner-bg-wrapper
{
    padding: 80px 0;
    padding-top: 70px; 
    padding-left: 70px;

    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper
    {
        background-position-x: 20%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper
    {
        background-position-x: 15%;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper
    {
        padding-left: 50px; 

        background-position-x: 15%;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper
    {
        padding-left: 30px; 

        background-position-x: 30%;
    }
}
.full-banner-bg-wrapper__content
{
    max-width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 60%;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 80%;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content
    {
        max-width: 100%;
    }
}
.full-banner-bg-wrapper__content h3
{
     font-family: 'divine-pro';
    font-size: 70px;
    font-weight: 400;
    line-height: 70px;

    letter-spacing: -1px; 

    color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 60px;
        line-height: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 767px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 55px;
        line-height: 55px;
    }
}
@media only screen and (max-width: 575px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 45px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content h3
    {
        font-size: 35px;
        line-height: 35px;
    }
}
.full-banner-bg-wrapper__content h4
{
     font-family: 'divine-pro';
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;

    margin-bottom: 30px; 

    color: #333333;
}
@media only screen and (max-width: 575px)
{
    .full-banner-bg-wrapper__content h4
    {
        font-size: 30px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content h4
    {
        font-size: 25px;
        line-height: 25px;
    }
}
.full-banner-bg-wrapper__content p
{
     font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;

    margin-bottom: 35px; 

    color: #333333;
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content p
    {
        font-size: 18px;
        line-height: 22px;
    }
}
.full-banner-bg-wrapper__content .banner-bg-button
{
    color: #fff;
    border-radius: 5px; 
    background-color: #333333;
}
.full-banner-bg-wrapper__content .banner-bg-button:hover
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
@media only screen and (max-width: 479px)
{
    .full-banner-bg-wrapper__content .banner-bg-button
    {
        font-size: 12px;
        line-height: 40px;

        padding: 0 15px;
    }
}

/*----------  slider banner  ----------*/
.slider-banner a
{
    display: block;

    width: 100%;
}
.slider-banner a img
{
    width: 100%;

    -webkit-transition: .6s;
            transition: .6s;
}
.slider-banner a:hover img
{
    opacity: .7;
}

.page-sidebar-banner a
{
    display: block;

    width: 100%;
}
.page-sidebar-banner a img
{
    -webkit-transition: .3s;
            transition: .3s;
}
.page-sidebar-banner a:hover img
{
    opacity: .7;
}

/*=====  End of banner  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #333333;
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .single-split-banner__image__content p.split-banner-title--price .amount
{
    color: #0eb9cb;
}

/*=====  End of red page style  ======*/
/*=============================================
=            feature icon            =
=============================================*/
.icon-feature-wrapper
{
    padding: 30px 0; 

    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .icon-feature-wrapper
    {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 767px)
{
    .icon-feature-wrapper
    {
        margin-top: -15px;
    }
}
@media only screen and (max-width: 479px)
{
    .icon-feature-wrapper .col-6
    {
        max-width: 100%; 

        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

.single-icon-feature
{
    position: relative;

    padding: 10px 0;
    padding-left: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-icon-feature
    {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 767px)
{
    .single-icon-feature
    {
        margin-top: 15px;
    }
}
.single-icon-feature--product-details
{
    padding-left: 50px;
}
.single-icon-feature__icon
{
    position: absolute;
    top: 50%;
    left: 0; 

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.single-icon-feature__icon img {
    height: 26px;
}
.single-icon-feature__content p
{
    margin-bottom: 0;
}
.single-icon-feature__content p.feature-title
{
     font-family: 'divine-pro';
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    color:#222;
}
.single-icon-feature__content p.feature-text
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}

/*=====  End of feature icon  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .single-icon-feature__content p
{
    margin-bottom: 0;
}
.page-wrapper-light-green .single-icon-feature__content p.feature-title
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; 

    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .single-icon-feature__content p
{
    margin-bottom: 0;
}
.page-wrapper-blue .single-icon-feature__content p.feature-title
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; 

    color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            section title            =
=============================================*/
.section-title h2
{
     font-family: 'divine-pro';
    font-size: 28px;
    font-weight: 400;
    line-height: 27px;

    position: relative;

    margin: 0;
    padding-bottom: 10px;

    text-transform: capitalize;

   background-image: linear-gradient( 
315deg
 , #e9c11f 0%, #e9c11f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title h2:after
{
    /* position: absolute;
    bottom: 0; 
    left: 0;

    width: 66px;
    height: 2px;

    content: '';

    background:#222; */
}

.section-title--medium h2
{
     font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 26px; 

    color: #333333;
}

/*=====  End of section title  ======*/
/*=============================================
=            Light green page style            =
=============================================*/
.page-wrapper-light-green .section-title h2:after
{
    background: #49b14d;
}

/*=====  End of Light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .section-title h2:after
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .section-title h2:after
{
    background: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            newsletter            =
=============================================*/
/*----------  newsletter section  ----------*/
.newsletter-wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 40px; 

    background-repeat: no-repeat;
    background-position: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
                align-items: start;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
                align-items: start;
    }
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper
    {
        padding: 40px 20px;
    }
}
.newsletter-wrapper__text
{
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper__text
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__text
    {
        width: 100%;
        margin-bottom: 20px;
    }
}
.newsletter-wrapper__text h5
{
     font-family: 'divine-pro';
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;

    margin-bottom: 8px;

    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__text h5
    {
        font-size: 18px;
        line-height: 24px;
    }
}
.newsletter-wrapper__text p
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;

    margin-bottom: 0; 

    color: #fff;
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__text p
    {
        font-size: 14px;
        line-height: 20px;
    }
}
.newsletter-wrapper__form
{
    position: relative;

    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .newsletter-wrapper__form
    {
        width: 80%;
    }
}
@media only screen and (max-width: 767px)
{
    .newsletter-wrapper__form
    {
        width: 80%;
    }
}
@media only screen and (max-width: 575px)
{
    .newsletter-wrapper__form
    {
        width: 90%;
    }
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form
    {
        width: 100%;
    }
}
.newsletter-wrapper__form form
{
    position: relative;
}
.newsletter-wrapper__form form input[type='email']
{
    font-size: 14px;
    line-height: 30px;

    display: inline-block;

    width: 100%;
    height: 48px;
    padding: 10px 15px;
    padding-right: 125px;

    text-align: left;
    vertical-align: top;

    color: #a9a9a9;
    border: 0;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form form input[type='email']
    {
        font-size: 12px;

        padding-right: 100px;
    }
}
.newsletter-wrapper__form form ::-webkit-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::-moz-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form :-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::-ms-input-placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form ::placeholder
{
    opacity: 1;
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    /* Firefox */
}
.newsletter-wrapper__form form :-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}
.newsletter-wrapper__form form ::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9a9a9;
}
.newsletter-wrapper__form form button
{
    font-size: 17px;
    font-weight: 400;
    line-height: 48px;

    position: absolute;
    top: 50%;
    right: -1px;

    max-width: 120px;
    padding: 0 18px;

    -webkit-transition: .3s;
            transition: .3s; 
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: capitalize;

    color: #333333;
    border: none;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #ffdd20;
}
@media only screen and (max-width: 479px)
{
    .newsletter-wrapper__form form button
    {
        font-size: 12px;

        max-width: 80px;
        padding: 0 10px;
    }
}
.newsletter-wrapper__form form button:hover
{
    color:#222;
}
.newsletter-wrapper__form .mailchimp-alerts
{
    color: #fff;
}

/*----------  newsletter popup  ----------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px)
{
    .newsletter-popup-area
    {
        display: none;
    }
}

.newsletter-popup-area:after
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    visibility: visible; 

    width: 100%;
    height: 100%;

    content: '';

    opacity: .8;
    background-color: #333333;
}

.newsletter-popup-content
{
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;

    width: 50%; 
    padding: 50px 20px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    background: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .newsletter-popup-content
    {
        width: 70%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .newsletter-popup-content
    {
        width: 80%;
    }
}
.newsletter-popup-content .close-newsletter-popup
{
    position: absolute;
    top: 0;
    right: 0;

    padding: 5px 15px;

    color: #fff; 
    background-color: #333333;
}
.newsletter-popup-content .close-newsletter-popup:hover
{
    background-color:#222;
}
.newsletter-popup-content h2
{
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;

    margin: 0 0 15px;

    letter-spacing: 3px;
    text-transform: uppercase;

    color: #000;
}
.newsletter-popup-content p
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px; 

    color: #333333;
}
.newsletter-popup-content .subscription-form form input
{
    font-size: 16px;

    display: block; 

    width: 65%;
    height: 40px;
    margin: 20px auto;
    padding: 0 15px;

    border: medium none;
    background: #ebebeb none repeat scroll 0 0;
}
.newsletter-popup-content .subscription-form form button
{
    margin-bottom: 20px; 

    color: #333333;
    border-radius: 5px;
    background-color: #f0f0f0;
}
.newsletter-popup-content .subscription-form form button:hover
{
    color: #fff; 
    background-color:#222;
}

/*=====  End of newsletter  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .newsletter-wrapper__form form button:hover
{
    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .newsletter-wrapper__form form button
{
    color: #fff; 
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
.page-wrapper-red .newsletter-wrapper__form form button:hover
{
    background-color: #333333;
}

/*=====  End of red page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .newsletter-wrapper__form form button:hover
{
    color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            product            =
=============================================*/
/*----------  default styles  ----------*/
.product-title
{
    margin-bottom: 5px;
}
.product-title a
{
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-transition: .3s;
    transition: .3s;
    color: #333333;
        font-family: 'Raleway', sans-serif;
    margin: 10px 0;
    text-transform: capitalize;
}
.product-title a strong{
	font-weight: 400;
}
.product-title a:hover
{
    color:#222;
}

.rating
{
    margin-bottom: 10px;
}
.rating i
{
    font-size: 17px;

    color: #e0e0e0;
}
.rating i.active
{
    color: #ffb503;
}

.product-price
{
    margin-bottom: 0;
}
.product-price .discounted-price
{
     font-family: 'divine-pro';
    font-size: 20px;
    font-weight: 600;
    line-height: 22px; 

    margin-right: 5px;

    color:#222;
}
.product-price .main-price
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 22px; 

    color:#222;
}
.product-price .main-price.discounted
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;

    text-decoration: line-through; 

    color: #868686;
}
.product-price--medium .discounted-price
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 

    color:#222;
}
.product-price--medium .main-price
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 

    color:#222;
}
.product-price--medium .main-price.discounted
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; 

    color: #868686;
}
.product-price--big .discounted-price
{
     font-family: 'divine-pro';
    font-size: 30px;
    font-weight: 600;
    line-height: 45px; 

    color:#222;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .discounted-price
    {
        font-size: 26px;
        line-height: 38px;
    }
}
.product-price--big .main-price
{
     font-family: 'divine-pro';
    font-size: 28px;
    font-weight: 400;
    line-height: 45px; 

    color:#222;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .main-price
    {
        font-size: 26px;
        line-height: 38px;
    }
}
.product-price--big .main-price.discounted
{
     font-family: 'divine-pro';
    font-size: 25px;
    font-weight: 300;
    line-height: 30px; 

    color: #868686;
}
@media only screen and (max-width: 479px)
{
    .product-price--big .main-price.discounted
    {
        font-size: 20px;
        line-height: 30px;
    }
}

.product-short-desc
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}

.discount-label
{
    font-size: 12px;
    font-weight: 400; 
    line-height: 21px;

    position: absolute;
    top: 10px;
    right: auto;
    left: 10px;

    width: 60px;
    height: 25px;
    padding-left: 10px;

    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
}
.discount-label--green
{
    background-image: url('../img/icons/green-discount-label.png');
}
.discount-label--red
{
    background-image: url('../img/icons/red-discount-label.png');
}
.discount-label--blue
{
    background-image: url('../img/icons/blue-discount-label.png');
}
.discount-label--static
{
    position: static;

    display: inline-block;
}

.hover-icons
{
    position: absolute;
    right: 0;
    bottom: 15px;

    visibility: hidden;

    padding: 5px;

    -webkit-transition: .6s;
            transition: .6s; 

    opacity: 0;
    border-radius: 25px;
    background: #fff;
}
.hover-icons ul li a
{
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transition: .6s;
            transition: .6s; 
    text-align: center;

    color: #333333;
    border-radius: 100%;
    background: #fff;
}
.hover-icons ul li a:hover,
.hover-icons ul li a.active
{
    color: #fff; 
    background:#222;
}

.cart-icon
{
    position: absolute;
    right: 15px; 
    bottom: 35px;

    display: block;
}
.cart-icon--double-slider
{
    right: -20px;
}
@media only screen and (max-width: 767px)
{
    .cart-icon--double-slider
    {
        right: -25px;
    }
}
@media only screen and (max-width: 575px)
{
    .cart-icon--double-slider
    {
        right: 0;
    }
}
.cart-icon a
{
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;

    display: block;

    width: 36px;
    height: 36px;
    padding: 0;

    -webkit-transition: .6s;
            transition: .6s; 
    text-align: center;

    color: #333333;
    border-radius: 100%;
   background: #eaefef;
}
.cart-icon a:hover,
.cart-icon a.active
{
    color: #fff; 
    background-color:#222;
}

/*----------  widget product  ----------*/
.single-widget-product
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.single-widget-product__image
{
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
            flex-basis: 100px;
}
.single-widget-product__image a
{
    display: block;

    width: 100%;
}
.single-widget-product__image a img
{
    width: 100%;
}
.single-widget-product__content
{
    padding-left: 20px; 

    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
            flex-basis: calc(100% - 100px);
}

/*----------  product single row slider  ----------*/
.single-slider-product
{
    -webkit-transition: .6s;
            transition: .6s;

}
.single-slider-product__image
{
    position: relative;
	padding:0;
}
.single-slider-product__image > a
{
    display: block;
	
    width: 100%;
}
.shop-banner img {
    height: 250px;
    border-radius: 10px;
	width: 100%;
}

.single-slider-product__image > a img
{
    width: 100%;
		height: 240px;
		object-fit: cover;
    -webkit-transition: .6s;
            transition: .6s;
			will-change: auto;
			background: #fff;
			border-radius: 6px 6px 0 0;
}
.single-slider-product__image > a img:nth-child(1)
{
    visibility: visible;

    opacity: 1;
}
.single-slider-product__image > a img:nth-child(2)
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;

    opacity: 0;
}
.single-slider-product__content
{
    position: relative;
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.14), 0 1px 1px 0 rgba(0,0,0,0.12), 0 1px 4px -1px rgba(0,0,0,0.2);
    overflow: hidden;

    padding: 17px 15px 16px 15px;

    text-align: left;

    /* border: 1px solid #ebebeb; */
    border-top: 0; 
    background: transparent;
	border-radius: 0 0 6px 6px;
}
.single-slider-product:hover .single-slider-product__image > a img:nth-child(2)
{
    visibility: visible;

    opacity: 1;
}
.single-slider-product:hover .hover-icons
{
    right: 15px; 

    visibility: visible;

    opacity: 1;
}

/*----------  product details  ----------*/
.product-detail-content
{
    padding: 20px; 

    border: 1px solid #ebebeb;
}

.tags .tag-title
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}

.tags .tag-list
{
    display: inline-block;
}
.tags .tag-list li
{
    display: inline-block;
}
.tags .tag-list li a
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #343434;
}
.tags .tag-list li a:hover
{
    color:#222;
}

.product-details-title
{
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px; 
	    text-transform: capitalize;
    color: #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .product-details-title
    {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .product-details-title
    {
        font-size: 22px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 767px)
{
    .product-details-title
    {
        font-size: 22px;
        line-height: 26px;
    }
}

.product-info-block .single-info .title
{
     font-family: 'divine-pro';
    font-size: 13px;
    font-weight: 300;
    line-height: 24px; 

    color: #333333;
}

.product-info-block .single-info .value
{
     font-family: 'divine-pro';
    font-size: 13px;
    font-weight: 300;
    line-height: 24px; 

    color:#222;
}
.product-info-block .single-info .value a
{
    font-weight: 400;
}
.product-info-block .single-info .value a:hover
{
    text-decoration: underline;

    color:#222;
}
.product-description h4{
	font-weight: 700!important;
}
.product-short-desc
{
     font-family: 'divine-pro';
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
	
    padding: 0;
padding-top: 15px;
    color: #333333;
    border-top: 1px solid #f0f0f0;
   /*  border-bottom: 1px solid #f0f0f0; */
}

.quantity .quantity-title
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 48px; 
	
    color: #222;
}

.pro-qty
{
    position: relative;

    display: inline-block;

    width: 100px;
    height: 50px; 

  /*   border: 1px solid #ddd; */
}
.pro-qty input
{
    width: 100%;
    height: 100%;
    padding-right: 45px!important;
    padding-left: 20px; 
	height: 50px!important;
    border: none;
}
.quantity.mb-20 {
    display: flex;
	flex-wrap:wrap;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.pro-qty a

{
    font-size: 17px; 
    font-weight: normal;
    line-height: 30px;
	color: #999a9b;
    position: absolute;

    width: 30px;
    height: 30px;

    text-align: center;
}
.pro-qty a:hover
{
    color:#222;
}
.pro-qty a.inc
{
    top: 0;
    right: 0;

    border-bottom: 1px solid #ddd; 
    border-left: 1px solid #ddd;
}
.pro-qty a.dec
{
    right: 0;
    bottom: 0;

    padding-top: 2px; 

    border-left: 1px solid #ddd;
}

.size
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 

    color: #222;
}
.size span.title
{
    font-weight: 400;
}
.size .nice-select
{
    float: none; 

    width: 100px;
    margin-top: 5px;

    border: 1px solid #ddd;
}

.color
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; 

    color: #222;
}
.color span.title
{
    font-weight: 400;
}
.color span.color-block
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-top: 10px; 
    margin-right: 5px;
}
.color span.color-choice-1
{
    background-color: #b09603;
}
.color span.color-choice-2
{
    background-color: #c8bdbb;
}
.color span.color-choice-3
{
    background-color: #225170;
}
.color span.active
{
    width: 32px;
    height: 32px; 

    border: 2px solid#222;
}

.group-product-form .table-content table
{
    width: 100%; 

    text-align: center;

    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 0;
    background: #fff none repeat scroll 0 0;
}
.group-product-form .table-content table td
{
    width: 33.33%; 
    padding: 12px 10px;

    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.group-product-form .table-content table td.product-name
{
    font-weight: 400;
}
.group-product-form .table-content table td.product-name a
{
    font-size: 14px;
}
.group-product-form .table-content table td.product-name a:hover
{
    color:#222;
}
.group-product-form .table-content table td p span
{
    display: block;

    margin-top: 10px;
}

/*----------  produvt details feature wrapper  ----------*/
.product-details-feature-wrapper
{
    padding: 20px 0 0; 

    border-top: 1px solid #ededed;
   /*  border-bottom: 1px solid #ededed; */
}
@media only screen and (max-width: 575px)
{
    .product-details-feature-wrapper
    {
                flex-direction: column !important; 

        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
            -ms-flex-direction: column !important;
    }
}

.social-share-buttons h3
{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px; 

    text-transform: uppercase;
}

.social-share-buttons ul
{
    margin-bottom: 15px;
}
.social-share-buttons ul li
{
    display: inline-block;

    margin-right: 5px;
}
@media only screen and (max-width: 767px)
{
    .social-share-buttons ul li
    {
        margin-bottom: 5px;
    }
}
.social-share-buttons ul li a
{
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    text-align: center; 

    border: 1px solid #ddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .social-share-buttons ul li a
    {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px)
{
    .social-share-buttons ul li a
    {
        margin-bottom: 5px;
    }
}
.social-share-buttons ul li a i.fa-twitter
{
    color: #1da1f2;
}
.social-share-buttons ul li a i.fa-facebook
{
    color: #4867aa;
}
.social-share-buttons ul li a i.fa-google-plus
{
    color: #dd5144;
}
.social-share-buttons ul li a i.fa-pinterest
{
    color: #bd081b;
}
.social-share-buttons ul li a i.fa-instagram{
	color: #3f729b;
}
.social-share-buttons ul li:hover a
{
    color: #fff;
}
.social-share-buttons ul li:hover a i.fa
{
    color: #fff;
}
.social-share-buttons ul li:hover a.twitter
{
    background-color: #1da1f2;
}
.social-share-buttons ul li:hover a.facebook
{
    background-color: #4867aa;
}
.social-share-buttons ul li:hover a.google-plus
{
    background-color: #dd5144;
}
.social-share-buttons ul li:hover a.pinterest
{
    background-color: #bd081b;
}
.social-share-buttons ul li:hover a.instagram
{
    background-color: #3f729b;
}

.review-links a
{
     font-family: 'divine-pro';
    font-size: 13px;
    font-weight: 300;
    line-height: 13px; 

    color: #9e9e9e;
}

.review-links .separator
{
    font-weight: 300; 

    margin: 0 10px;
}

/*----------  product description tab  ----------*/
@media only screen and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs
    {
                flex-direction: row; 

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
    }
}
@media only screen and (max-width: 479px) and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs .nav-link
    {
        border-right: 1px solid #ebebeb !important;
    }
}
@media only screen and (max-width: 479px) and (max-width: 479px)
{
    .product-description-review-container nav .nav-tabs .nav-link:last-child
    {
        border-right: none !important;
    }
}

.product-description-review-container nav .nav-tabs a.nav-link
{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
font-family: 'Raleway', sans-serif;
    position: relative;

    margin: 0;
    margin-right: 50px; 
    padding: 13px 0;

    text-transform: capitalize;

    color: #a9a9a9;
    border: none !important;
    border-radius: 0;
    background: transparent;
}
.product-description-review-container nav .nav-tabs a.nav-link.active
{
    color: #333333;
    border-bottom: 2px solid#222 !important;
}

.product-description-review-container nav .nav-tabs a:hover
{
    color: #333333;
}

.product-description-review-container nav .nav-tabs a:last-child
{
    margin-right: 0;
}

.product-description-review-container .tab-content .tab-pane.active
{
    padding: 20px 30px;
}

.product-description-review-container .tab-content .tab-pane .product-description p
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px; 

    color: #333333;
}

/*-- Single Product Rating --*/
.product-ratting-wrap
{
    overflow: hidden;
}

.pro-avg-ratting
{
    float: left;

    width: 100%; 
    margin-bottom: 20px;
}
.pro-avg-ratting h4
{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    margin: 0 0 7px;
}
.pro-avg-ratting h4 span
{
    font-size: 12px;
    font-weight: 400;
    line-height: 10px; 

    color: #333333;
}
.pro-avg-ratting > span
{
    font-size: 12px;
    line-height: 10px; 

    display: block;
}

.ratting-list
{
    float: left;

    width: 100%; 
    margin-bottom: 30px;
}
.ratting-list .sin-list
{
    margin-right: 30px;
}
.ratting-list .sin-list:last-child
{
    margin-right: 0;
}
.ratting-list .sin-list i
{
    font-size: 12px; 

    color: #333333;
}
.ratting-list .sin-list span
{
    color: #333333;
}

.rattings-wrapper
{
    float: left;

    width: 100%; 
    margin-bottom: 40px;
}

.sin-rattings
{
    margin-bottom: 40px;
}
.sin-rattings:last-child
{
    margin-bottom: 0;
}
.sin-rattings .ratting-author
{
    float: left;

    width: 100%;
    margin-bottom: 10px;
}
.sin-rattings .ratting-author h3
{
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;

    float: left;

    margin: 0;
    margin-right: 15px;
}
@media only screen and (max-width: 575px)
{
    .sin-rattings .ratting-author .ratting-star
    {
        float: left;

        width: 100%;
        margin-top: 5px;
    }
}
.sin-rattings .ratting-author .ratting-star i,
.sin-rattings .ratting-author .ratting-star span
{
    font-size: 12px;
    line-height: 18px;

    float: left; 

    color: #333333;
}
.sin-rattings .ratting-author .ratting-star span
{
    margin-left: 5px;
}
.sin-rattings p
{
    font-size: 16px;
    line-height: 24px; 

    color: #333333;
}

/*-- Ratting Form Wrap --*/
.ratting-form-wrapper
{
    float: left;

    width: 100%;
}
.ratting-form-wrapper h3
{
    font-size: 17px;
    font-weight: 400;
    line-height: 16px; 

    margin: 0 0 30px;

    text-transform: uppercase;
}

/*-- Ratting Form --*/
.ratting-form h5
{
    font-size: 14px;
    line-height: 18px;

    float: left;

    margin-right: 10px;
}

.ratting-form .ratting-star i
{
    font-size: 14px;
    line-height: 18px;

    display: block;
    float: left;

    margin-right: 3px;
}
.ratting-form .ratting-star i:last-child
{
    margin: 0;
}

.ratting-form label
{
    font-size: 14px;

    display: block;

    margin-bottom: 3px; 

    color: #333333;
}

.ratting-form input
{
    font-size: 13px;
    line-height: 24px;

    width: 100%;
    padding: 8px 15px;

    color: #333333; 
    border: 1px solid #ddd;
    background-color: transparent;
}
.ratting-form input[type='submit']
{
    font-weight: 400;

    width: auto;
    padding: 8px 30px;

    text-transform: uppercase;

    color: #fff; 
    border-color: #333333;
    border-radius: 3px;
    background-color: #333333;
}
.ratting-form input[type='submit']:hover
{
    color: #fff; 
    border-color:#222;
    background-color:#222;
}

.ratting-form textarea
{
    font-size: 13px;
    line-height: 24px;

    width: 100%;
    height: 80px;
    padding: 8px 15px;

    resize: none; 

    color: #333333;
    border: 1px solid #ddd;
    background-color: transparent;
}

/*----------  list view product  ----------*/
.single-slider-product--list-view
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 100%;
    padding: 19px;

    border: 1px solid #f0f0f0;
}
@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.single-slider-product--list-view__image
{
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
            flex-basis: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__image
    {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
                flex-basis: 200px;
    }
}
.single-slider-product--list-view__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 0; 

    border: none;

    -webkit-flex-basis: calc(100% - 250px);
    -ms-flex-preferred-size: calc(100% - 250px);
            flex-basis: calc(100% - 250px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content
    {
        -webkit-flex-basis: calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
                flex-basis: calc(100% - 200px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.single-slider-product--list-view__content__details
{
    padding: 0 20px;

    border-right: 1px solid #f0f0f0; 

    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content__details
    {
        padding-right: 0; 

        border-right: 0;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content__details
    {
        padding-right: 0; 

        border-right: 0;

        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view__content__details
    {
        padding-left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content__details
    {
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
                flex-basis: 55%;
    }
}
.single-slider-product--list-view__content__details .product-title
{
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-slider-product--list-view__content__details .product-title a
{
     font-family: 'divine-pro';
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    color: #333333;
}
.single-slider-product--list-view__content__details .product-title a:hover
{
    color:#222;
}
.single-slider-product--list-view__content__details .short-desc
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}
.single-slider-product--list-view__content__actions
{
    padding: 15px 0 0 20px;

    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
                flex-basis: 45%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 767px)
{
    .single-slider-product--list-view__content__actions
    {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
    }
}
@media only screen and (max-width: 575px)
{
    .single-slider-product--list-view__content__actions
    {
        padding-left: 0;
    }
}
.single-slider-product--list-view__content__actions .availability .availability-title , .availability-title
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; 

    color: #333333;
}
.single-slider-product--list-view__content__actions .availability .availability-value  , .availability-value
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; 

    color:#222;
}
.single-slider-product--list-view__content__actions .product-price .discounted-price
{
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; 

    color:#222;
}
.single-slider-product--list-view__content__actions .product-price .main-price
{
     font-family: 'divine-pro';
    font-size: 24px;
    font-weight: 400;
    line-height: 34px; 

    color:#222;
}
.single-slider-product--list-view__content__actions .product-price .main-price.discounted
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 300;
    line-height: 25px; 

    color: #868686;
}
.single-slider-product--list-view__content__actions .hover-icons
{
    position: static; 

    visibility: visible;

    opacity: 1;
}
.single-slider-product--list-view__content__actions .hover-icons ul
{
    text-align: center;
}
.single-slider-product--list-view__content__actions .hover-icons ul li
{
    display: inline-block;
}

/*=====  End of product  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .product-title a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .product-price .discounted-price
{
    color: #49b14d;
}

.page-wrapper-light-green .product-price .main-price
{
    color: #49b14d;
}
.page-wrapper-light-green .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-light-green .product-price--medium .discounted-price
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 

    color: #49b14d;
}

.page-wrapper-light-green .product-price--medium .main-price
{
     font-family: 'divine-pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 25px; 

    color: #49b14d;
}
.page-wrapper-light-green .product-price--medium .main-price.discounted
{
     font-family: 'divine-pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 21px; 

    color: #868686;
}

.page-wrapper-light-green .hover-icons ul li a:hover,
.page-wrapper-light-green .hover-icons ul li a.active
{
    background-color: #49b14d;
}

.page-wrapper-light-green .cart-icon a:hover,
.page-wrapper-light-green .cart-icon a.active
{
    background-color: #49b14d;
}

.page-wrapper-light-green .tags .tag-list li a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .product-info-block .single-info .value
{
    color: #49b14d;
}
.page-wrapper-light-green .product-info-block .single-info .value a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .pro-qty a:hover
{
    color: #49b14d;
}

.page-wrapper-light-green .product-cart-button
{
    background-color: #49b14d;
}
.page-wrapper-light-green .product-cart-button:hover
{
    background-color: #333333;
}

.page-wrapper-light-green .compare-button a:hover,
.page-wrapper-light-green .wishlist-button a:hover
{
    color: #49b14d;
}

/*=====  End of light green page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .product-title a:hover
{
    color: #222;
}

.page-wrapper-red .product-price .discounted-price
{
    color: #222;
}

.page-wrapper-red .product-price .main-price
{
    color: #222;
}
.page-wrapper-red .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-red .hover-icons ul li a:hover,
.page-wrapper-red .hover-icons ul li a.active
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

.page-wrapper-red .cart-icon a:hover,
.page-wrapper-red .cart-icon a.active
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

.page-wrapper-red .tags .tag-list li a:hover
{
    color: #222;
}

.page-wrapper-red .product-info-block .single-info .value
{
    color: #222;
}
.page-wrapper-red .product-info-block .single-info .value a:hover
{
    color: #222;
}

.page-wrapper-red .pro-qty a:hover
{
    color: #222;
}

.page-wrapper-red .product-cart-button
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}
.page-wrapper-red .product-cart-button:hover
{
    background-color: #333333;
}

.page-wrapper-red .compare-button a:hover,
.page-wrapper-red .wishlist-button a:hover
{
    color: #222;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .product-title a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .product-price .discounted-price
{
    color: #0eb9cb;
}

.page-wrapper-blue .product-price .main-price
{
    color: #0eb9cb;
}
.page-wrapper-blue .product-price .main-price.discounted
{
    color: #868686;
}

.page-wrapper-blue .hover-icons ul li a:hover,
.page-wrapper-blue .hover-icons ul li a.active
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .cart-icon a:hover,
.page-wrapper-blue .cart-icon a.active
{
    background-color: #0eb9cb;
}

.page-wrapper-blue .tags .tag-list li a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .product-info-block .single-info .value
{
    color: #0eb9cb;
}
.page-wrapper-blue .product-info-block .single-info .value a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .pro-qty a:hover
{
    color: #0eb9cb;
}

.page-wrapper-blue .product-cart-button
{
    background-color: #0eb9cb;
}
.page-wrapper-blue .product-cart-button:hover
{
    background-color: #333333;
}

.page-wrapper-blue .compare-button a:hover,
.page-wrapper-blue .wishlist-button a:hover
{
    color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            counter            =
=============================================*/
.counter-deal
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 36px;

    position: absolute;
    top: 50%;
    right: 127px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
            transform: translateY(-80%);

    color: #fff;
    border-radius: 5px; 
    background-color:#222;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .counter-deal
    {
        -webkit-transform: translateY(-160%);
            -ms-transform: translateY(-160%);
                transform: translateY(-160%);
    }
}
@media only screen and (max-width: 767px)
{
    .counter-deal
    {
        position: static;

        margin-bottom: 30px; 

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}
.counter-deal .deal-countdown
{
    display: inline-block;

    margin-left: 15px;
}
.counter-deal .deal-countdown .single-countdown
{
    display: inline-block;
}
.counter-deal .deal-countdown .single-countdown__text
{
    margin: 0 5px;
}

/*=====  End of counter  ======*/
/*=============================================
=            light green page style            =
=============================================*/
.page-wrapper-light-green .counter-deal
{
    background-color: #49b14d;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            blue page style            =
=============================================*/
.page-wrapper-blue .counter-deal
{
    background-color: #0eb9cb;
}

/*=====  End of blue page style  ======*/
/*=============================================
=            red page style            =
=============================================*/
.page-wrapper-red .counter-deal
{
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
}

/*=====  End of blue page style  ======*/
/*=============================================
=            progressbar            =
=============================================*/
.product-availability__text
{
     font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 5px;

    color: #333333;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-availability .progress
{
    height: 10px;
}
.product-availability .progress .progress-bar.bg-warning
{
    background-color: #ffdd20 !important;
}

/*=====  End of progressbar  ======*/
/*=============================================
=            quickview            =
=============================================*/
.quick-view-modal-container
{
    z-index: -1; 

    display: block !important;
    visibility: hidden;

    opacity: 0;
}
.quick-view-modal-container.show
{
    z-index: 99999; 

    visibility: visible;

    opacity: 1;
}
.quick-view-modal-container .modal-dialog
{
    max-width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 90%;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 90%;
    }
}
@media only screen and (max-width: 575px)
{
    .quick-view-modal-container .modal-dialog
    {
        max-width: 100%;
    }
}
.quick-view-modal-container .modal-header
{
    padding-bottom: 0; 

    border: none;
}
.quick-view-modal-container .modal-header button
{
    z-index: 999;
}
.quick-view-modal-container .modal-body
{
    padding: 30px 50px 70px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 30px 70px 30px;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 30px 70px 30px;
    }
}
@media only screen and (max-width: 479px)
{
    .quick-view-modal-container .modal-body
    {
        padding: 30px 15px 70px 15px;
    }
}
.quick-view-modal-container .modal-content
{
    overflow: auto; 

    max-height: 850px;

    border-radius: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}
@media only screen and (max-width: 767px)
{
    .quick-view-modal-container .modal-content
    {
        overflow: auto; 

        max-height: 500px;
    }
}

/*=====  End of quickview  ======*/
/*=============================================
=            breadcrumb            =
=============================================*/

.breadcrumb-area {
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
    position: relative;margin-top: 10px;
}
.box-values svg{
    fill: #e9c11f;
}
.breadcrumb-content ul li
{
     font-family: 'divine-pro';
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; 

    display: inline-block;

    margin-right: 20px;

    color: #333333;
}
.breadcrumb-content ul li.has-child
{
    position: relative;
}
.breadcrumb-content ul li.has-child:before
{
    font-family: 'icomoon' !important;
    font-size: 12px;

    position: absolute;
    right: -15px; 

    display: inline-block;

    padding: 0;

    content: "\e909";
    vertical-align: top;

    color: #333333;
}
.breadcrumb-content ul li:last-child
{
    margin-right: 0;
}
.breadcrumb-content ul li a
{
     font-family: 'divine-pro';
    font-size: 15px;
    font-weight: 400;
    line-height: 25px; 

    color: #333333;
}
.fixed-shape img {
    width: 400px;
    height: 100%;
}
/*=====  End of breadcrumb  ======*/
/*=============================================
=            pagination            =
=============================================*/
.pagination-section
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 5px 20px;

    border: 1px solid #ebebeb;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media only screen and (max-width: 767px)
{
    .pagination-section
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.pagination-section .pagination
{
    display: inline-block;

    padding: 10px 0;
}
.pagination-section .pagination li
{
    display: inline-block;
}
.pagination-section .pagination li a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;

    width: 30px;
    height: 30px;
    padding: 0;

    -webkit-transition: .3s;
            transition: .3s; 
    text-align: center;

    color: #333333;
    border: 0;
    border-radius: 4px;
    background: #fff;
}
.pagination-section .pagination li a:hover
{
    color: #fff; 
    background:#222;
}
.pagination-section .pagination li.active a
{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;

    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 4px; 
    background:#222;
}
.pagination-section .pagination-text
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 300;
    line-height: 38px; 

    color: #333333;
}
[class*='paginate-'].disabled {
    cursor: auto;
    color: #999a9b;
    text-decoration: none;
}
[class*='paginate-'] {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    color: #2b2b2b;
    border: 1px solid #ebebeb;
}
[class*='paginate-'] + [class*='paginate-'] {
    margin-left: 15px;
}
/*=====  End of pagination  ======*/
/*=============================================
=           Cart            =
=============================================*/
.cart-table
{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}
.cart-table .table
{
    margin: 0;
}
/* @media only screen and (max-width: 767px)
{
    .cart-table .table
    {
        border-top: 8px solid #F8F7F1;
    }
} */
.cart-table .table thead
{
    background-color: #F8F7F1;
}
/* @media only screen and (max-width: 767px)
{
    .cart-table .table thead
    {
        display: none;
    }
} */
.cart-table .table thead tr th
{
    font-size: 17px;
    font-weight: 400;

    padding: 12px 20px; 

    text-align: center;
    text-transform:capitalize;

    color: #333333;
    border: none;
}
.cart-table .table tbody tr td
{
    padding: 25px 20px;

    text-align: center;
    vertical-align: middle;
	font-size: 17px;
	font-weight: 400;
    border: none;
    border-bottom: 1px solid #F8F7F1;
}
.cart-table .table tbody tr td input.input-text.qty.text {
    position: relative;
    top: 15px;
}
/* @media only screen and (max-width: 767px)
{
    .cart-table .table tbody tr td
    {
        display: block;

        width: 100%;
        max-width: none;
        padding: 15px;

        text-align: left;
    }
} */

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail
{
    width: 160px; 
    min-width: 120px;
    max-width: 160px;
}
@media only screen and (max-width: 767px)
{
    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a
    {
        width: 160px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title
{
    min-width: 200px;
}

.cart-table td.pro-thumbnail a
{
    display: block;
}
.cart-table td.pro-thumbnail a img
{
    width: 100%;

    background-color: #f6f7f8;
}

.cart-table td.pro-title a
{
    font-size: 17px;
    font-weight: 400;

    color: #333333;
}
.cart-table td.pro-title a:hover
{
    color:#222;
}

.cart-table td.pro-price span
{
    font-size: 17px;
    font-weight: 400;

    display: block;

    color: #333333;
}

.cart-table td.pro-quantity
{
    /*----------  Additional cart quantity style will be placed here  ----------*/
}

.cart-table td.pro-subtotal span
{
    font-size: 17px;
    font-weight: 400;

    display: block;

    color: #333333;
}

.cart-table td.pro-addtocart button
{
    font-weight: 400;
    line-height: 24px;

    width: 140px;
    height: 36px;
    padding: 5px 20px;

    text-transform: capitalize;

    color: #333333;
    border: 1px solid#222;
    border-radius: 0;
    background-color:#222;
}

.cart-table td.pro-remove a
{
    font-weight: 400;

    display: block;

    color: #333333;
}
.cart-table td.pro-remove a i
{
    font-size: 16px;
}
.cart-table td.pro-remove a:hover
{
    color: #f00;
}
@media only screen and (max-width: 767px)
{
    .cart-table td.pro-remove a
    {
        width: 60px;

        text-align: center;
    }
}

/*-- Calculate Shipping --*/
.calculate-shipping
{
    margin-bottom: 23px;
}
.calculate-shipping h4
{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}
.calculate-shipping form .nice-select
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.calculate-shipping form .nice-select::after
{
    border-color: #333333;
}
.calculate-shipping form .nice-select .current
{
    font-size: 14px;
    line-height: 24px;

    display: block;

    color: #333333;
}
.calculate-shipping form .nice-select .list
{
    width: 100%;
}
.calculate-shipping form input
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.calculate-shipping form input[type='submit']
{
    font-weight: 400;

    width: 140px;

    text-transform: uppercase;

    color: #fff;
    border-color: #333333;
    border-radius: 3px; 
    background-color: #333333;
}
.calculate-shipping form input[type='submit']:hover
{
    border-color:#222; 
    background-color:#222;
}

/*-- Discount Coupon --*/
.discount-coupon h4
{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}

.discount-coupon form input
{
    line-height: 24px;

    width: 100%;
    height: 36px;
    padding: 5px 20px;

    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.discount-coupon form input[type='submit']
{
    font-weight: 400;

    width: 140px;

    text-transform: uppercase;

    color: #fff;
    border-color: #333333;
    border-radius: 3px; 
    background-color: #333333;
}
.discount-coupon form input[type='submit']:hover
{
    border-color:#222; 
    background-color:#222;
}

/*-- Cart Summary --*/
.cart-summary , .contine-shop-btn
{
    float: right;

    width: 100%;
    max-width: 650px;
    margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary
    {
        margin-left: 0;
    }
}
.cart-summary .cart-summary-wrap
{
    margin-bottom: 20px; 
    padding: 45px 50px;

    background-color: #F8F7F1;
}
@media only screen and (max-width: 575px)
{
    .cart-summary .cart-summary-wrap
    {
        padding: 25px 30px;
    }
}
.cart-summary .cart-summary-wrap h4
{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}
.cart-summary .cart-summary-wrap p
{
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;

    color: #333333;
}
.cart-summary .cart-summary-wrap p span
{
    float: right;
}
.cart-summary .cart-summary-wrap h2
{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;

    margin: 0; 
    padding-top: 9px;

    color: #000;
    border-top: 1px solid #999;
}
.cart-summary .cart-summary-wrap h2 span
{
    float: right;
}
.cart-summary .cart-summary-button
{
    overflow: hidden;

    width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary .cart-summary-button
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary .cart-summary-button
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
.cart-summary .cart-summary-button button
{
    line-height: 24px;

    float: right; 

/*     width: 140px; */
    height: 36px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 5px 20px;
	text-transform: uppercase;
    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
	text-transform: uppercase!important;
    font-size: 13px;
    font-weight: 600!important;
}


.cart-summary .cart-summary-button button:last-child
{
    margin-left: 0;
}
.cart-summary .cart-summary-button button:hover
{
    color: #fff; 
    border-color:#222;
    background-color:#222;
}
.cart-summary .cart-summary-button button.checkout-btn  , .cart-summary .cart-summary-button button.contine-shop-btn
{
    font-weight: 400;

    text-transform: capitalize;

    color: #333333!important;
   /*  border-color: #fff; */
    border-radius: 4px; 
    background: linear-gradient(
315deg
, #e9c11f 0%, #e9c11f 100%);
}
.cart-summary .cart-summary-button button.checkout-btn a{
	color: #333333!important;
}
th.total-text , th.total-amount  {
    font-size: 18px;
    text-align: right;
    text-transform: uppercase;
}
th.total-amount {
	text-align: center;
}
button.checkout-btn a:hover , button.contine-shop-btn a:hover , button.update-btn a:hover , button.contine-shop-btn a{
	color: #333333!important;
}
.cart-summary .cart-summary-button button.contine-shop-btn{
	width: 220px;
}
.cart-summary .cart-summary-button button.checkout-btn:hover , .cart-summary .cart-summary-button button.contine-shop-btn:hover
{
    border-color:#222; 
    background-color:#222;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .cart-summary .cart-summary-button button
    {
        margin-right: 20px; 
        margin-left: 0;
    }
    .cart-summary .cart-summary-button button:last-child
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .cart-summary .cart-summary-button button
    {
        margin-right: 10px; 
        margin-left: 0;
    }
    .cart-summary .cart-summary-button button:last-child
    {
        margin-right: 0;
    }
}
@media only screen and (max-width: 575px)
{
    .cart-summary .cart-summary-button button
    {
        width: 230px;
    }
}

/*=====  End of Cart  ======*/
/*=============================================
=            Checkout            =
=============================================*/
/*-- Checkout Title --*/
.checkout-title
{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}

/*-- Checkout Form --*/
.checkout-form label
{
    font-size: 15px;
    font-weight: 600;

    display: block;

    margin-bottom: 12px;

    text-transform: capitalize;
}

.checkout-form .nice-select
{
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px; 
    padding: 10px 20px;
    color: #333333;
    border: 1px solid #F8F7F1;
    border-radius: 3px;
    background-color: #F8F7F1;
}
.checkout-form .nice-select::after
{
    right: 20px;

    width: 6px;
    height: 6px;

    border-width: 1px;
    border-color: #333333;
}
.checkout-form .nice-select .current
{
    line-height: 23px; 
	font-weight: 400;
    display: block;

    color: #333333;
}
.checkout-form .nice-select .list
{
    width: 100%;
	/* height: 300px;
    overflow: auto; */
}

.checkout-form input
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
}
.checkout-form input[type='checkbox']
{
    width: auto;
}

.checkout-form .check-box
{
    float: left;

    margin-right: 70px;
}
.checkout-form .check-box:last-child
{
    margin-right: 0;
}
.checkout-form .check-box input[type='checkbox']
{
    display: none;
}
.checkout-form .check-box input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333333;
}
.checkout-form .check-box input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.checkout-form .check-box input[type='checkbox'] + label::after
{
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;

    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    color: #333333;
}
.checkout-form .check-box input[type='checkbox']:checked + label::before
{
    border: 2px solid #333333;
}
.checkout-form .check-box input[type='checkbox']:checked + label::after
{
    opacity: 1;
}

/*-- Shipping Form --*/
#shipping-form
{
    display: none;
}

/*-- Checkout Cart Total --*/
.checkout-cart-total
{
    padding: 45px; 

    background-color: #F8F7F1;
}
@media only screen and (max-width: 575px)
{
    .checkout-cart-total
    {
        padding: 30px;
    }
}
.checkout-cart-total h4
{
    font-weight: 400; 
    line-height: 23px;

    -webkit-flex-basis: 18px;
    -ms-flex-preferred-size: 18px;
            flex-basis: 18px;
}
.checkout-cart-total h4:first-child
{
    margin-top: 0;
    margin-bottom: 25px;
}
.checkout-cart-total h4:last-child
{
    margin-top: 15px;
    margin-bottom: 0;
}
.checkout-cart-total h4 span
{
    display: block; 
    float: right;
}
.checkout-cart-total ul
{
    border-bottom: 1px solid #999;
}
.checkout-cart-total ul li
{
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;

    display: block;

    margin-bottom: 16px; 

    color: #333333;
}
.checkout-cart-total ul li span
{
    float: right; 

    color: #333333;
}
.checkout-cart-total p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

    margin: 0; 
    padding: 10px 0;

    color: #505050;
    border-bottom: 1px solid #999;
}
.checkout-cart-total p span
{
    float: right;
}
.cart-buttons {
    margin-bottom: 20px;
}
button.checkout-btn.blink , .btn.btn-primary {
    background: #e9c11f!important;
    color: #333333!important;
    border-color: #e9c11f!important;
	padding: 10px 25px!important;
    border-radius: 4px;
}
input.btn.btn-primary:hover{
	background: #333333!important;
    color: #fff!important;
    border-color:#333333!important;
}
form#cod .btn.btn-primary , form#storepick .btn.btn-primary , input#razor{
	padding: 10px 5px!important;
}
/*-- Checkout Payment Method --*/
.checkout-payment-method
{
    padding: 45px; 

    background-color: #F8F7F1;
}
@media only screen and (max-width: 575px)
{
    .checkout-payment-method
    {
        padding: 30px;
    }
}

/*-- Single Payment Method --*/
.single-method
{
    margin-bottom: 20px;
}
.single-method:last-child
{
    margin-bottom: 0;
}
.single-method input[type='radio']
{
    display: none;
}
.single-method input[type='radio'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333333;
}
.single-method input[type='radio'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.single-method input[type='radio'] + label::after
{
    position: absolute;
    top: 5px;
    left: 5px;

    display: block;

    width: 10px;
    height: 10px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    background-color: #333333;
}
.single-method input[type='radio']:checked + label::before
{
    border: 2px solid #333333;
}
.single-method input[type='radio']:checked + label::after
{
    opacity: 1;
}
.single-method input[type='checkbox']
{
    display: none;
}
.single-method input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333333;
}
.single-method input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.single-method input[type='checkbox'] + label::after
{
    position: absolute;
    top: 4px;
    left: 4px;

    display: block;

    width: 8px;
    height: 8px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    background-color: #333333;
}
.single-method input[type='checkbox']:checked + label::before
{
    border: 2px solid #333333;
}
.single-method input[type='checkbox']:checked + label::after
{
    opacity: 1;
}
.single-method p
{
    font-size: 14px;
    line-height: 23px; 

    display: none;

    margin-top: 8px;

    color: #333333;
}

/*-- Place Order --*/
.place-order
{
    font-weight: 400;
    line-height: 24px;

    float: left;

    width: 140px;
    height: 36px;
    margin-top: 40px;
    padding: 6px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #333333;
}
.place-order:hover
{
    background-color:#222;
}

/*=====  End of Checkout  ======*/
/*=============================================
=           My Account            =
=============================================*/
.myaccount-tab-menu
{
            flex-direction: column;

    background-color: #f8f7f1; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
}
.myaccount-tab-menu a
{
    font-size: 14px;
    font-weight: 400;

    display: block;

    padding: 15px 15px 13px;

    text-transform: uppercase; 

    color: #333333;
    border: 1px solid #eee;
    border-bottom: none;
}
/* @-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.85s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
} */
.myaccount-tab-menu a:last-child
{
    border-bottom: 1px solid #eee;
}
.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active
{
    color: #fff; 
    background-color:#3c4c41;
}
.myaccount-tab-menu a i
{
    font-size: 14px;

    width: 25px; 

    text-align: center;
}

/*-- My Account Content -*/
.myaccount-content
{
    font-size: 14px;

    padding: 30px 20px; 

    border: 1px solid #eee;
    background-color: #fff;
}
.myaccount-content .table-responsive{
	overflow: visible;
}
@media only screen and (max-width: 575px)
{
    .myaccount-content
    {
        padding: 20px 15px;
    }
}
.myaccount-content h3
{
    margin-bottom: 25px; 
    padding-bottom: 10px;

    border-bottom: 1px dashed #eee;
}
.myaccount-content .welcome a
{
    color: #000;
}
.myaccount-content .welcome a:hover
{
    color:#222;
}
.myaccount-content .welcome strong
{
    font-weight: 400;
}
.myaccount-content a.edit-address-btn
{
    font-size: 14px;
    font-weight: 400;

    padding: 10px 20px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-color: #333333;
    border-radius: 3px; 
    background: none;
    background-color: #333333;
}
.myaccount-content a.edit-address-btn i
{
    padding-right: 5px;
}
.myaccount-content a.edit-address-btn:hover
{
    background-color:#222;
}
.myaccount-content button.save-change-btn
{
    font-weight: 400;

    width: 140px;
    padding: 10px 0;

    text-transform: uppercase;

    color: #fff;
    border: none;
    border-color: #333333;
    border-radius: 3px; 
    background: none;
    background-color: #333333;
}
.myaccount-content button.save-change-btn:hover
{
    background-color:#222;
}

/*-- My Account Table -*/
.myaccount-table
{
    font-size: 16px; 

}
.myaccount-table table th,
.myaccount-table .table th
{
    padding: 10px;
}
.myaccount-table table td,
.myaccount-table .table td
{
    padding: 20px 10px;

    vertical-align: middle;
}
.myaccount-table table td a:hover,
.myaccount-table .table td a:hover
{
    color:#222;
}

.saved-message
{
    font-size: 13px;
    font-weight: 400;

    padding: 20px; 

    border-top: 3px solid#222;
    border-radius: 5px 5px 0 0;
}

/*-- My Account Details Form -*/
.account-details-form h4
{
    margin: 0;
}

.account-details-form input
{
    line-height: 24px;

    display: block;

    width: 100%;
    padding: 11px 25px;

    color: #333333; 
    border: 1px solid #ebebeb;
    border-radius: 0;
}

/*=====  End of My Account  ======*/
/*=============================================
=            Login Register            =
=============================================*/
/*-- Login Title --*/
.login-title
{
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;

    margin-bottom: 30px; 

    text-decoration: underline;
    text-transform: capitalize;
}

/*-- Login Form --*/
.logo-form img {
    height: 85px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.login-form
{
    padding: 30px;
	border: 1px solid #ebebeb;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .login-form
    {
        padding: 15px;
    }
}
.login-form label
{
    font-size: 14px;
    font-weight: 400;

    display: block;

    margin-bottom: 12px;

    text-transform: capitalize;
}
.login-form .nice-select
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    height: 45px;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.login-form .nice-select::after
{
    right: 20px;

    width: 6px;
    height: 6px;

    border-width: 1px;
    border-color: #333333;
}
.login-form .nice-select .current
{
    line-height: 23px; 

    display: block;

    color: #333333;
}
.login-form .nice-select .list
{
    width: 100%;
}
.login-form input
{
    font-size: 14px;
    line-height: 23px;

    width: 100%;
    margin-bottom: 15px; 
    padding: 10px 20px;

    color: #333333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent;
}
.login-form input[type='checkbox']
{
    width: auto;
}
.login-form .check-box
{
    float: left;

    margin-right: 70px;
}
.login-form .check-box:last-child
{
    margin-right: 0;
}
.login-form .check-box input[type='checkbox']
{
    display: none;
}
.login-form .check-box input[type='checkbox'] + label
{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;

    position: relative;

    margin: 0; 
    padding-left: 30px;

    color: #333333;
}
.login-form .check-box input[type='checkbox'] + label::before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    content: '';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 

    border: 2px solid #999;
}
.login-form .check-box input[type='checkbox'] + label::after
{
    font-family: Fontawesome;
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;

    content: '\f00c';
    -webkit-transition: all .3s ease 0s;
            transition: all .3s ease 0s; 
    text-align: center;

    opacity: 0;
    color: #333333;
}
.login-form .check-box input[type='checkbox']:checked + label::before
{
    border: 2px solid #333333;
}
.login-form .check-box input[type='checkbox']:checked + label::after
{
    opacity: 1;
}

/*-- Place Order --*/
.register-button
{
    font-weight: 400;
    line-height: 24px;

    display: block;
    float: left;

    width: 140px;
    margin-top: 40px;
    padding: 10px 20px;

    text-transform: uppercase;

    color: #333333;
    border: none;
    border-radius: 4px; 
    background-color: #e9c11f;
	font-size: 13px;
    letter-spacing: 0.5px;
}
.register-button:hover
{
    background-color:#333333!important;
	color: #fff!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	border-color: #333333;
	background-color:#333333;
	color: #fff;
	outline: 0;
}
/*=====  End of Login Register  ======*/
/*=============================================
=           FAQ            =
=============================================*/
.faq-wrapper .panel.panel-default
{
    margin-bottom: 20px; 

    border: 1px solid #ebebeb;
}

.faq-wrapper .card,
.faq-wrapper .card-header
{
    border-radius: 0;
}

.faq-wrapper .card
{
    margin-bottom: 15px;
}
.faq-wrapper .card:last-child
{
    margin-bottom: 0;
}

.faq-wrapper .card-header
{
    padding: 0;

    border-bottom: 0;
    background-color: #e9e9e9;
}
.faq-wrapper .card-header h5 button
{
    font-weight: 400;

    position: relative;

    width: 100%;
    padding: 10px 20px;

    text-align: left;
    white-space: normal; 

    color: #333333;

    overflow-wrap: break-word;
}
.faq-wrapper .card-header h5 button span
{
    position: absolute;
    top: 50%;
    right: 10px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.faq-wrapper .card-header h5 button span i.fa
{
    font-size: 12px;

    display: none; 
    visibility: hidden;

    opacity: 0;
}
.faq-wrapper .card-header h5 button:hover,
.faq-wrapper .card-header h5 button:focus
{
    text-decoration: none;
}
.faq-wrapper .card-header h5 button[aria-expanded='true']
{
    color: #fff;
    border-radius: 0; 
    background-color:#222;
}
.faq-wrapper .card-header h5 button[aria-expanded='true'] span i.fa.fa-chevron-down
{
    display: inline; 
    visibility: visible;

    opacity: 1;
}
.faq-wrapper .card-header h5 button[aria-expanded='false'] span i.fa.fa-chevron-up
{
    display: inline; 
    visibility: visible;

    opacity: 1;
}

.faq-wrapper .card-body p
{
    font-size: 14px;
    line-height: 24px;
}

/*=====  End of FAQ  ======*/
/*=============================================
=           Compare            =
=============================================*/
/*-- Compare Table --*/
.compare-table
{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}
.compare-table .table tbody tr:first-child
{
    border-top: 1px solid #eee;
}
.compare-table .table tbody tr td
{
    padding: 25px 30px;

    text-align: center;
    vertical-align: middle;

    border: none;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}
.compare-table .table tbody tr td:last-child
{
    border-right: 1px solid #eee;
}
.compare-table .table tbody tr td.first-column
{
    font-size: 18px;
    font-weight: 400;
    line-height: 1; 

    min-width: 180px;
    margin: 0;

    color: #333333;
}
.compare-table .table tbody tr td.product-image-title
{
    padding-top: 50px;
}
.compare-table .table tbody tr td.product-image-title .image
{
    clear: both;

    width: 100%;
    margin-bottom: 40px;
}
.compare-table .table tbody tr td.product-image-title .image img
{
    max-width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category
{
    font-size: 13px;
    line-height: 15px;

    display: block;

    margin-bottom: 10px; 

    letter-spacing: .5px;
    text-transform: capitalize;

    color: #333333;
}
.compare-table .table tbody tr td.product-image-title .category:hover
{
    color:#222;
}
.compare-table .table tbody tr td.product-image-title .title
{
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;

    margin-bottom: 10px; 

    color: #333333;
}
.compare-table .table tbody tr td.product-image-title .title:hover
{
    color:#222;
}
.compare-table .table tbody tr td.pro-desc p
{
    margin: 0; 

    text-align: left;
}
.compare-table .table tbody tr td.pro-price
{
    font-size: 17px;
    font-weight: 400;

    color: #333333;
}
.compare-table .table tbody tr td.pro-color
{
    font-size: 17px;
    font-weight: 400;

    color: #333333;
}
.compare-table .table tbody tr td.pro-stock
{
    font-size: 17px;
    font-weight: 400;

    color: #333333;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart
{
    position: relative;

    display: inline-block;

    width: 170px;
    padding: 10px 25px 10px 25px; 

    color: #fff;
    border-radius: 3px;
    background-color: #333333;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart i.fa
{
    padding-right: 10px;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart span
{
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;

    overflow: hidden;

    text-align: center; 
    text-transform: uppercase;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover
{
    background-color:#222;
}
.compare-table .table tbody tr td.pro-remove button
{
    padding: 0; 

    border: none;
    background-color: transparent;
}
.compare-table .table tbody tr td.pro-remove button i
{
    font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover
{
    color: red;
}
.compare-table .table tbody tr td.pro-ratting i
{
    font-size: 14px; 

    color: #333333;
}

/*=====  End of Compare  ======*/
/*=============================================
=           Contact             =
=============================================*/
#google-map
{
    height: 400px;
}
@media only screen and (max-width: 767px)
{
    #google-map
    {
        height: 300px;
    }
}
@media only screen and (max-width: 575px)
{
    #google-map
    {
        height: 250px;
    }
}
@media only screen and (max-width: 479px)
{
    #google-map
    {
        height: 200px;
    }
}

h3.contact-page-title
{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;

    margin-bottom: 25px; 

    color: #333333;
}
@media only screen and (max-width: 575px)
{
    h3.contact-page-title
    {
        font-size: 25px;
    }
}

.single-contact-block
{
    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 575px)
{
    .single-contact-block
    {
        margin-bottom: 20px; 
        padding-bottom: 20px;
    }
}
.single-contact-block:last-child
{
    margin-bottom: 0; 
    padding-bottom: 0;

    border-bottom: 0;
}
.single-contact-block h4
{
    font-size: 18px;
    font-weight: 400!important;
    line-height: 27px;

    color: #333333;
}
@media only screen and (max-width: 575px)
{
    .single-contact-block h4
    {
        font-size: 20px;
    }
}
.single-contact-block h4 img
{
    margin: 5px 20px 20px 0;
}
.single-contact-block p
{
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #333333;
}

span.required
{
    color: red;
}

/*----------  contact form  ----------*/
.contact-form .form-group
{
    margin-bottom: 0px;
}
.contact-form .form-group input {
	
}

.contact-form label
{
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    display: block;
	margin-bottom: 10px;
    color: #888;
}

.contact-form input
{
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding-left: 20px; 
    border: 1px solid #e0e0e0;
    outline: none;
    background-color: #fff;
}

.contact-form textarea
{
    line-height: 50px;
    width: 100%;
    height: 200px; 
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: none;
    background-color: #fff;
}

/*----------  contact page side content  ----------*/
.contact-page-side-content
{
    padding: 30px; 
    background-color: #F8F7F1;
	border-radius: 6px;
}
.map-container iframe{
	width: 100%;
}
/*=====  End of Contact   ======*/
/*=============================================
=            About            =
=============================================*/
/*-- About Image --*/
.about-image img
{
    width: 100%;
}

/*-- About Content --*/
.about-content h1
{
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 23px; 
    text-transform: uppercase;
}
.about-content h1 span
{
    color:#222;
}
@media only screen and (max-width: 767px)
{
    .about-content h1
    {
        font-size: 24px;
        line-height: 30px;
    }
}

.about-content h4
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
}

.about-content p
{
    font-size: 14px;
    line-height: 24px;
}

/*-- About Mission Vission Goal --*/
.about-mission-vission-goal h3
{
    font-size: 24px;
    font-weight: 400;

    margin-bottom: 13px;
}

.about-mission-vission-goal p
{
    font-size: 14px;
    line-height: 24px;
}

/*-- About Section Title --*/
.about-section-title h3
{
    font-size: 24px;
    font-weight: 400;

    margin-bottom: 23px;
}
@media only screen and (max-width: 767px)
{
    .about-section-title h3
    {
        font-size: 18px;
        line-height: 24px;
    }
}

.about-section-title p
{
    font-size: 14px;
    line-height: 24px;

    max-width: 600px;
}

/*-- About Feature --*/
.about-feature h4
{
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 4px;
}

.about-feature p
{
    font-size: 14px;
    line-height: 23px;

    max-width: 265px;
}
@media only screen and (max-width: 767px)
{
    .about-feature p
    {
        max-width: 350px;
    }
}

/*-- About Feature Banner --*/
.about-feature-banner .banner
{
    margin-left: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .about-feature-banner .banner
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .about-feature-banner .banner
    {
        margin-left: 0;
    }
}

/*-- Feature Content --*/
.feature-content h2
{
    font-size: 30px;

    max-width: 470px;
    margin-bottom: 0;
}
.feature-content h2 span
{
    font-weight: 400;
}

.feature-content h1
{
    font-size: 36px;

    max-width: 470px;
}
.feature-content h1 span
{
    font-weight: 400;
}

.feature-content p
{
    line-height: 23px;

    max-width: 520px;
    margin-top: 30px; 
    margin-bottom: 0;
}

/*-- Feature Image --*/
.feature-image
{
    position: relative;
    z-index: 2;
}
.feature-image::before
{
    position: absolute;
    z-index: -1; 
    right: 0;
    bottom: -40px;

    width: 380px;
    height: 360px;

    content: '';

    background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .feature-image::before
    {
        display: none;
    }
}
@media only screen and (max-width: 767px)
{
    .feature-image::before
    {
        display: none;
    }
}
.feature-image img
{
    width: 100%;
    margin-left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .feature-image img
    {
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .feature-image img
    {
        margin-left: 0;
    }
}

.about-feature
{
    margin-bottom: -30px;
}

/*=====  End of About  ======*/
/*=============================================
=            Blog            =
=============================================*/
/*----------  slider blog post  ----------*/
.blog-post-slider-container
{
    padding: 30px 0;
}
.blog-post-slider-container .col
{
    -webkit-box-shadow: 1px 0 0 0 #ebebeb;
            box-shadow: 1px 0 0 0 #ebebeb;
}
.blog-post-slider-container .single-blog-post
{
    text-align: center;
}
.blog-post-slider-container .single-blog-post .image
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .image a
{
    display: block;
}
.blog-post-slider-container .single-blog-post .image a img
{
    width: 100%;
}
.blog-post-slider-container .single-blog-post .content h3
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content h3 a
{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}
.blog-post-slider-container .single-blog-post .content p
{
    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content p span
{
    font-size: 13px;
    font-weight: 400; 

    color: #abaaaa;
}
.blog-post-slider-container .single-blog-post .content p span i.icon
{
    font-size: 16px; 

    color:#222;
}
.blog-post-slider-container .single-blog-post .content p span.post-comments
{
    margin-right: 15px;
}
.blog-post-slider-container .single-blog-post .content p span.post-author a
{
    color:#222;
}
.blog-post-slider-container .single-blog-post .content p span.post-author a:hover
{
    color: #333333;
}
.blog-post-slider-container .single-blog-post .content p.post-excerpt
{
    font-size: 14px;
    line-height: 24px;

    margin-bottom: 10px;
}
.blog-post-slider-container .single-blog-post .content a.alula-button
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    display: inline-block;

    padding: 15px 30px;

    text-transform: uppercase; 

    color: #363f4d;
    border-radius: 3px;
    background: #F8F7F1;
}
.blog-post-slider-container .single-blog-post .content a.alula-button:hover
{
    color: #fff; 
    background-color:#222;
}

.single-blog-post
{
    background-color: #fff;
}
.single-blog-post.gallery-type-post
{
    display: block;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow
{
    visibility: visible;

    opacity: .6;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow:hover
{
    opacity: 1;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-next
{
    right: 10px;
}
.single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-prev
{
    left: 10px;
}
.single-blog-post.gallery-type-post .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    top: 50%;

    visibility: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    text-align: center; 

    opacity: 0;
    color: #fff;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #323232;
}
.single-blog-post.gallery-type-post .slick-next
{
    right: 30px;
    left: auto;
}
.single-blog-post.gallery-type-post .slick-prev
{
    right: auto; 
    left: 30px;
}
.single-blog-post .single-blog-post-media
{
    position: relative;
}
.single-blog-post .single-blog-post-media .image a
{
    display: block;

    width: 100%;
}
.single-blog-post .single-blog-post-media .image a img
{
    width: 100%;
}
.single-blog-post .single-blog-post-media .blog-categories
{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.single-blog-post .single-blog-post-media .blog-categories ul li
{
    display: inline-block;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a
{
    display: block;

    margin-right: 5px;
    padding: 5px 10px;

    text-transform: capitalize;

    border-radius: 3px; 
    background-color: #fff;
}
.single-blog-post .single-blog-post-media .blog-categories ul li a:hover
{
    color: #fff; 
    background-color:#222;
}
.single-blog-post .single-blog-post-media .video
{
    overflow: hidden;
}
.single-blog-post .single-blog-post-media .video iframe
{
    width: 100%;
}
@media only screen and (max-width: 479px)
{
    .single-blog-post .single-blog-post-media .video iframe
    {
        height: 200px;
    }
}
.single-blog-post .single-blog-post-content .post-audio
{
    overflow: hidden;
}
.single-blog-post .single-blog-post-content .post-audio iframe
{
    width: 100%;
}
.single-blog-post .single-blog-post-content h3.post-title
{
    font-size: 22px;
    font-weight: 400; 
    line-height: 30px;

    margin-bottom: 20px;

    color: #333333;
}
.single-blog-post .single-blog-post-content h3.post-title a:hover
{
    color:#222;
}
@media only screen and (max-width: 575px)
{
    .single-blog-post .single-blog-post-content h3.post-title
    {
        font-size: 25px;
    }
}
.single-blog-post .single-blog-post-content h3.post-title.sticky
{
    position: relative;

    padding-left: 25px;
}
.single-blog-post .single-blog-post-content h3.post-title.sticky:before
{
    font-family: fontAwesome;
    font-size: 25px; 

    position: absolute;
    top: 0;
    left: 0;

    content: '\f08d';
}
.single-blog-post .single-blog-post-content .post-meta
{
    margin-bottom: 20px;
    padding-bottom: 15px;

    border-bottom: 1px solid #e0e0e0;
}
.single-blog-post .single-blog-post-content .post-meta p span
{
    color: #999;
}
.single-blog-post .single-blog-post-content .post-meta p span i.fa
{
    margin-right: 5px;
}
.single-blog-post .single-blog-post-content .post-meta p a
{
    font-weight: 400;

    color: #808080;
}
.single-blog-post .single-blog-post-content .post-meta p a:hover
{
    color:#222;
}
.single-blog-post .single-blog-post-content .post-meta p span.separator
{
    padding: 0 5px;
}
.single-blog-post .single-blog-post-content p.post-excerpt
{
    font-size: 14px;
    line-height: 29px;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn
{
    font-size: 12px;
    font-size: 12px;
    font-weight: 400;
    font-weight: 400;
    line-height: 12px;
    line-height: 18px;

    display: inline-block;

    padding: 15px 30px;
    padding: 15px 25px; 

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #363f4d;
    border-radius: 3px;
    background: #F8F7F1;
}
.single-blog-post .single-blog-post-content a.blog-readmore-btn:hover
{
    color: #fff; 
    background-color:#222;
}

.blog-single-post-container
{
    padding: 25px; 

    border: 1px solid #efefef;
    background-color: #fff;
}
.blog-single-post-container h3.post-title
{
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;

    margin-bottom: 20px; 

    text-align: center;

    color: #333333;
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container h3.post-title
    {
        font-size: 25px;
        line-height: 35px;
    }
}
.blog-single-post-container .post-meta
{
    margin-bottom: 20px; 
    padding-bottom: 15px;

    text-align: center;
}
.blog-single-post-container .post-meta p span
{
    color: #999;
}
.blog-single-post-container .post-meta p a
{
    font-weight: 400;

    color: #323232;
}
.blog-single-post-container .post-meta p a:hover
{
    color:#222;
}
.blog-single-post-container .post-meta p span.separator
{
    padding: 0 5px;
}
.blog-single-post-container .single-blog-post-media
{
    position: relative;

    margin-bottom: 50px;
}
.blog-single-post-container .single-blog-post-media .image img
{
    width: 100%;
}
.blog-single-post-container .single-blog-post-media .blog-image-gallery .single-image img
{
    width: 100%;
}
.blog-single-post-container .single-blog-post-media .blog-categories
{
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li
{
    display: inline-block;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a
{
    display: block;

    margin-right: 5px;
    padding: 5px 10px;

    text-transform: capitalize;

    border-radius: 3px; 
    background-color: #fff;
}
.blog-single-post-container .single-blog-post-media .blog-categories ul li a:hover
{
    color: #fff; 
    background-color:#222;
}
.blog-single-post-container .single-blog-post-media .video
{
    overflow: hidden;
}
.blog-single-post-container .single-blog-post-media .video iframe
{
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 767px)
{
    .blog-single-post-container .single-blog-post-media .video iframe
    {
        height: 400px;
    }
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container .single-blog-post-media .video iframe
    {
        height: 250px;
    }
}
.blog-single-post-container .post-audio
{
    overflow: hidden;
}
.blog-single-post-container .post-audio iframe
{
    width: 100%;
    height: 100px;
}
.blog-single-post-container .post-content p
{
    font-size: 16px;
    line-height: 29px;
}
.blog-single-post-container .post-content blockquote
{
    font-size: 14px;
    font-style: italic;
    line-height: 26px;

    margin: 40px 0 40px 40px;
    padding: 30px 45px; 

    border: 1px solid #e0e0e0;
    border-left: 5px solid#222;
    background: #f6f6f6;
}
@media only screen and (max-width: 479px)
{
    .blog-single-post-container .post-content blockquote
    {
        margin-left: 10px;
        padding: 15px 20px;
    }
}
.blog-single-post-container .tag-area
{
    padding: 10px 0; 

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.blog-single-post-container .tag-area span
{
    color: #999;
}
.blog-single-post-container .tag-area ul
{
    display: inline-block;
}
.blog-single-post-container .tag-area ul li
{
    display: inline-block;
}
.blog-single-post-container .tag-area ul li a
{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;

    color: #333333;
}
.blog-single-post-container .tag-area ul li a:hover
{
    color:#222;
}
.blog-single-post-container .social-share-buttons
{
    text-align: center;
}
.blog-single-post-container .social-share-buttons h3
{
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;

    width: auto;
    margin: 0 20px;
    margin-bottom: 15px; 

    text-transform: uppercase;

    color: #8c8c8c;
    background: none;
}
.blog-single-post-container .social-share-buttons ul li
{
    display: inline-block;
}
.blog-single-post-container .social-share-buttons ul li a
{
    font-size: 12px;
    line-height: 32px;

    display: inline-block;

    width: 32px; 
    height: 32px;
    margin-right: 10px;

    text-align: center;

    color: #353535;
    border-radius: 100%;
    background: #f7f7f7;
}
.blog-single-post-container .social-share-buttons ul li a:hover
{
    border-color: transparent;
}
.blog-single-post-container .related-post-container h3.related-post-title
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    color: #333333;
}
.blog-single-post-container .related-post-container .single-related-post .image
{
    margin-bottom: 15px;
}
.blog-single-post-container .related-post-container .single-related-post .image a
{
    display: block;

    width: 100%;
}
.blog-single-post-container .related-post-container .single-related-post .image a img
{
    width: 100%;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title
{
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title a:hover
{
    color:#222;
}
.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title span
{
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;

    display: block;

    margin-top: 5px; 

    color: #999;
}

/*----------  single blog post media  ----------*/
.single-blog-post-media
{
    position: relative;
}
.single-blog-post-media:hover .slick-arrow
{
    visibility: visible;

    opacity: .6;
}
.single-blog-post-media:hover .slick-arrow:hover
{
    opacity: 1;
}
.single-blog-post-media:hover .slick-next
{
    right: 10px;
}
.single-blog-post-media:hover .slick-prev
{
    left: 10px;
}
.single-blog-post-media .slick-arrow
{
    line-height: 40px;

    position: absolute;
    z-index: 9;
    top: 50%;

    visibility: hidden;

    width: 40px;
    height: 40px;
    margin-top: -20px;

    opacity: 0; 
    color: #fff;
    border: none;
    border-radius: 50%;
    background: none;
    background-color: #323232;
}
.single-blog-post-media .slick-next
{
    right: 30px;
    left: auto;
}
.single-blog-post-media .slick-prev
{
    right: auto; 
    left: 30px;
}

/*----------  comment container  ----------*/
h3.comment-counter
{
    font-weight: 400; 

    margin-bottom: 20px;
}

.comment-container .single-comment
{
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 

    width: 100%;
    margin: 0 0 30px;
    padding: 30px;

    border: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}
.comment-container .single-comment.reply-comment
{
    width: 90%; 
    margin-left: 10%;
}
.comment-container .single-comment:last-child
{
    margin-bottom: 0;
}
.comment-container .single-comment span.reply-btn
{
    position: absolute;
    top: 30px;
    right: 30px;
}
.comment-container .single-comment span.reply-btn a
{
    font-size: 13px; 
    font-weight: 400;

    display: inline-block;

    padding: 5px 15px;

    color:#222;
    border: 1px solid#222;
    border-radius: 50px;
}
.comment-container .single-comment span.reply-btn a:hover
{
    color: #fff; 
    background-color:#222;
}
.comment-container .single-comment .image
{
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
            flex-basis: 50px;
}
.comment-container .single-comment .content
{
    margin-left: 20px; 

    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}
.comment-container .single-comment .content h3
{
    font-size: 16px;
    font-weight: 400;
    font-style: italic; 
    line-height: 29px;

    color: #999;
}
.comment-container .single-comment .content h3 span.comment-time
{
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;

    display: block; 

    color: #999;
}
.comment-container .single-comment .content p.comment-text
{
    font-size: 16px;
    line-height: 24px; 

    color: #999;
}

/*----------  comment form  ----------*/
.comment-form-container h3
{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;

    margin-bottom: 25px; 

    color: #333333;
}

.comment-form-container p
{
    font-size: 12px;
    line-height: 23px;

    color: #999;
}

/*----------  comment form  ----------*/
.comment-form label
{
    font-size: 16px;
    font-weight: 400; 
    line-height: 29px;

    display: block;

    margin-bottom: 10px;

    color: #999;
}

.comment-form textarea
{
    width: 100%;
    height: 130px;
    padding: 15px; 

    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 5px 4px 0 rgba(0, 0, 0, .1);
}

.comment-form input
{
    line-height: 48px;

    width: 100%;
    height: 50px;
    padding: 0 15px;

    vertical-align: middle; 

    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
}

.comment-form .fl-btn
{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;

    display: inline-block;

    padding: 15px 30px;

    text-transform: uppercase;

    color: #363f4d;
    color: #fff; 
    border: none;
    border-radius: 3px;
    background: #F8F7F1;
    background-color: #333333;
}
.comment-form .fl-btn:hover
{
    color: #fff; 
    background-color:#222;
}

/*=====  End of Blog  ======*/
/*=============================================
=            shop            =
=============================================*/
/*----------  shop header  ----------*/
.shop-header
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    padding: 5px 20px;
    border: 1px solid #ebebeb;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

.single-select-block {
    border:  1px solid #ebebeb;
    padding: 0 10px;
	position: relative;
	display: flex;
	background: #F8F7F1;
}
.single-select-block .nice-select{
	background: #F8F7F1;
}

@media only screen and (max-width: 767px)
{
    .shop-header
    {
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
}
.shop-header__left__message
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 300;
    line-height: 46px;

    float: left; 

    color: #333333;
}
@media only screen and (max-width: 479px)
{
    .shop-header__left__message
    {
        padding-left: 10px;
    }
}
.shop-header__right
{
    padding-left: 10px;
}
.shop-header__right .single-select-block .select-title
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 40px; 

    margin-right: 10px;

    color: #333333;
}
.single-select-block:before{
	font-family: 'icomoon';
    content: '\e927';
    position: absolute;
    font-size: 12px;
    line-height: 1em;
    z-index: 2;
    right: 10px;
    top: 40%;
    margin-top: -2px;
    pointer-events: none;
	color: #999a9b;
}
.shop-header__right .single-select-block select
{
     font-family: 'divine-pro';
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
	border: 1px solid #ededed;
    padding-left: 10px; 
    color: #333333;
    border: none;
}
.single-select-block .nice-select{
	border: none;
}
.single-select-block  .nice-select:after{
	display: none;
}
.grid-icons
{
    float: left;
}
.grid-icons button
{
    float: left; 

    width: 40px;
    height: 46px;
    padding: 0;

    border: none;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
}
@media only screen and (max-width: 767px)
{
    .grid-icons button
    {
        height: 40px;
    }
}
.grid-icons button.three-column
{
   /*  background-image: url('../img/icons/grid.png'); */
   font-family: kenfi-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color: #999a9b;
}
.grid-icons button.three-column:before{
	content: "\ea20";
}
.grid-icons button.three-column:hover,
.grid-icons button.three-column.active
{
	color: #222;
   /*  background-image: url('../img/icons/grid-hover.png'); */
}
.grid-icons button.four-column
{
    background-image: url('../img/icons/grid-4.png');
}
.grid-icons button.four-column:hover,
.grid-icons button.four-column.active
{
    background-image: url('../img/icons/grid-4-hover.png');
}
.grid-icons button.list-view
{
    font-family: kenfi-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	color:#999a9b;
}
.grid-icons button.list-view:before{
	content: "\ea22";
}
.grid-icons button.list-view:hover,
.grid-icons button.list-view.active
{
   color: #222;
}

.shop-product-wrap.grid .list-view-product
{
    display: none;
}

.shop-product-wrap.list [class*='col'],
.shop-product-wrap.list [class*='col-']
{
    width: 100%;
    max-width: 100%; 

    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
}

.shop-product-wrap.list .grid-view-product
{
    display: none;
}

/*=====  End of shop  ======*/


.footer-logo img{
	height: 95px;
    border-radius: 10px;
    background: #fff;
    padding: 10px;
	box-shadow: 3px 6px 6px 0 rgb(0 0 0 / 11%);
}

/*homeabout*/
section.about-section{
	padding: 70px 0 40px;
	background: #fff;
	background-position: center;
    background-size: cover;
	 position: relative;
}
.svg-about {
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.svg-about svg {
    display: inline-block;
    height: 40px;
    position: relative;
    top: 65px;
    z-index: 1;
}
.home-about {
    position: relative;
    text-align: center;
}
.home-about h2 {
    margin-bottom: 0;
    text-transform:uppercase;
    font-size: 21px;
	margin-bottom: 45px;
	background-image: linear-gradient(
315deg
, #e9c11f 0%, #e9c11f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-about p {
    text-align: justify;
	font-size: 17px;
    font-weight: 400;
	color: #666;
	line-height: 32px;
	
}
.home-about h5 {
	font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
	color: #222;
	margin-bottom: 4px;
}
.container-fluid.inner-color {
    padding: 0;
}
.about-mission-section{
	padding: 0 0 70px;
	background-color: #F2F0EA;
    background-image: url(../img/bg/gallery-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:  center right;
}

@keyframes rippleDrop {
  100% {
    transform: scale(1);
  }
}


@keyframes morph{
0% {
    border-radius: 5% 5% 10% 5%/5% 5% 10% 5%;

  
}
50% {
    border-radius: 10% 20% 30% 10%/10% 20% 30% 10%;
  
}
100% {
     border-radius:5% 5% 10% 5%/5% 5% 10% 5%;

}
}

.disp-grid{
	display: grid;
}
.flex-equal{
	display: flex;
    flex: 1 0 auto;	
}
	
.about-mission-section .box-values {
    padding: 30px;
    margin: .8rem 0;
    border-radius: 6px;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 8%)!important;
    background: #ffffff;
	width: 100%;
}

.about-mission-section .box-values svg {
    display: inline-block;
    height: 50px;
    width: 50px;
	margin-bottom: 0px;
}
.about-mission-section .box-values h3 {
    margin: 15px 0 15px;
    font-size: 20px;
    height: 20px;
	color: #555;
}

.about-mission-section .box-values p , .about-mission-section .box-values ul li{
	color: #555;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}
.about-mission-section .box-values ul li{
	list-style-type:disc;
	margin-left: 20px;
}



/*why choose us*/


h2.custom_heading.text-center {
    margin: 0 0 10px 0;
}
.custom_heading {
    letter-spacing: 1px;
   /*  color: #cab577; */
   /* color: #222; */
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}
.line-design-and-animation {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.line-design-and-animation:before, .line-design-and-animation:after {
   /*  height: 2px;
    width: 150px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #cab577;
    content: " "; */
}
.line-design-and-animation.small-line:before, .line-design-and-animation.small-line:after {
    width: 42px;
}
.line-design-and-animation::before {
    right: calc(51% + 20px);
}
.line-design-and-animation::after {
    left: calc(51% + 20px);
}
.line-design-and-animation img {
    display: block;
    height: 15px;
    width: 155px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0px auto;
}


.why-chooseus{
	padding: 100px 0;
	/* background-image: url('../img/banners/bg-export.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}

.overlay-block{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;right: 0;
	background: #111;
	opacity: 0.7;
	z-index: -1;
}




.chooseus-item .service-inner:hover .service-content h6 a {
    color:#222;
	
}

.chooseus-item .service-inner .service-thumb {
   /*  width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 35px;
    border: 15px solid #fff;
    box-shadow: 0 0 10px rgba(129, 72, 17, .2) */
	
	margin-bottom: 10px;
}
.service-inner .service-thumb svg{
	width: 50px;
	height: 50px;
	display: inline-block;
	
}
.service-inner .service-thumb::after {
    display: none
}

.service-inner{
	margin: 50px 0;
}
.service-inner .service-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.service-inner .service-thumb span {
    width: 60px;
    height: 60px;
    padding: 8px;
    line-height: 1;
    top: -15px;
    right: -15px;
    border-radius: 100%;
    color: #fff;
    text-transform: uppercase;
    border: 4px solid #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background:#222;
	font-weight: 400;
}
.service-inner .service-thumb{
	margin-bottom: 25px;
}
.service-inner .service-content {
    text-align: left
}

.service-inner .service-content h6 {
    margin-bottom: 30px;
	font-weight: 400;
	font-size: 26px;
}
.service-content p{
	color: #fff;
	font-weight: 400;
    font-size: 17px;
	line-height: 28px;
}
.service-inner .service-content h6 a {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.brand-logo-slider-area{
	
	padding: 70px 0 10px;
}

/*contact section*/

#contact-section{
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}
@media screen and (max-width: 680px){
.contact-section .contact-form {
    width: 100%!important;
}
}
.contact-section .contact-form {
    width: 70%;
    display: block;
    margin: auto;
    padding: 30px;
     background: linear-gradient(315deg, #e9c11f 0%, #e9c11f 100%);
	border-radius: 5px;
}
.contact-section .contact-form .section-title {
    margin-bottom: 40px;
	padding-left: 25px;
    position: relative;
}

.contact-section .contact-form .section-title h2 {
    color: #fff;
	font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
}
input[type=url], input[type=tel], input[type=text], input[type=time], input[type=date], input[type=email], input[type=number], input[type=search], input[type=password], input[type=search-md], input[type=datetime-local], textarea {
    width: 100%;
    border: none;
    height: 40px;
    font-size: 16px;
    box-shadow: none;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 3px;
	color: #888;
    margin-bottom: 25px;
    box-sizing: border-box;
    background-color: #F8F7F1;
    font-weight: 400;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.contact-form .input-item input, .contact-form textarea {
    margin: 0px;
    height: 100%;
    border-radius: 3px;
    background-color: #F8F7F1;
}

.contact-form textarea {
    width: 100%;
    min-height: 80px;
    margin-bottom: 20px;
}
.custom-btn {
    color: #333333;
    font-weight: 400;
    border-radius: 3px;
    padding: 10px 15px;
    background-color: #cab577;
    text-transform: capitalize;
    border: 3px solid #cab577;
}

/*preloader*/

.no-js body.preloader {display: none;}

body.preloader:before {content:'';background-color: #fff;position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 9998;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

body.preloader:after {content:''; width: 42px; height: 42px; border: 2px solid #222; border-radius: 30px; opacity: 0; -webkit-animation: preloader-pulsating-circle 1s ease-out; animation: preloader-pulsating-circle 1s ease-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;  top: calc(50% - 21px); left: calc(50% - 21px); z-index: 9999; position: absolute;}

@-webkit-keyframes preloader-pulsating-circle {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}

@keyframes preloader-pulsating-circle {
  0% {
	-webkit-transform: scale(0.1);
			transform: scale(0.1);
	opacity: 0.0; }
  50% {
	opacity: 1; }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}


/* 12. Farming */
.farming-bg {
	background-position: top center;
	background-size: cover;
	background: #f8f5f0;
}
.farming-bg .section-title {
	margin-bottom: 205px;
}
.section-title h5{
color: #222;
text-transform: uppercase;
font-size: 14px;
}
.organic-farm-item {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	padding: 0 25px 5px;
	position: relative;
	z-index: 1;
}
.org-frm-icon {
	display: inline-block;
	width: 153px;
	height: 153px;
	text-align: center;
	line-height: 153px;
	background-color: #fff;
	box-shadow: 0px 13px 14.88px 1.12px rgba(47, 46, 45, 0.03);
	border-radius: 50%;
	border: 1px dotted #eeeeee;
	background-image: url(../img/bg/frm_icon_bg.png);
	background-position: center;
	background-size: cover;
	margin: -98px auto 55px;
	font-size: 90px;
	color: #405e32;
	position: relative;
}
.org-frm-icon img.ben-img{
	height: 100px;
	will-change: inherit;
	max-height: 100%;
	position: relative;
    top: -8px;
    left: 1px;
}
.org-frm-content h4 {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
	background-image: linear-gradient( 
315deg
 , #e9c11f 0%, #e9c11f 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.org-frm-content h4 a:hover{
	color: #222;
	-webkit-text-fill-color: #222;
}
.org-frm-icon-shape {
	position: absolute;
	left: -40px;
	top: -40px;
	z-index: -1;
	transition: .3s linear;
	transform: translateY(0px);
	filter: contrast(0.7);
	opacity: 0;
}
.feature-icon:hover .org-frm-icon-shape {
	/* transform: translateY(15px);
	opacity: 1; */
}
.org-frm-content  p {
	margin-bottom: 35px;
	color: #666;
	font-weight: 400;
}
.org-frm-content > a.btn {
    padding: 18px 40px;
    position: relative;
	margin-bottom: -20px;
	z-index: 1;
}
.org-frm-content > a.btn::before,
.pricing-button .btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #ff7f01 0%, #ff0501 100%);
	background-image: -webkit-linear-gradient(to right, #ff7f01 0%, #ff0501 100%);
	background-image: -ms-linear-gradient(to right, #ff7f01 0%, #ff0501 100%);
	border-radius: 4px;
	z-index: -1;
	transition: all 0.3s linear;
	opacity: 0;
}
.org-frm-content > a.btn:hover::before,
.pricing-box:hover .pricing-button .btn::before {
	opacity: 1;
}
.farming-bg .row:nth-child(2) [class*="col-"]:nth-child(2) .org-frm-icon-shape {
	left: -10px;
}
.farming-solid-bg {
	background: #f9f7f3;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.organic-farm-style-two .org-frm-content .btn::before {
	display: none;
}
.organic-farm-style-two .org-frm-content .btn {
	border-radius: 30px;
}
.organic-farm-style-two .org-frm-content p {
	margin-bottom: 25px;
}
.organic-farm-style-two .org-frm-img {
    margin: 0 auto 55px;
    position: relative;
}
.organic-farm-style-two .org-frm-img img {
    margin: -98px auto 0;
}
.farming-solid-bg .section-title {
	margin-bottom: 170px;
}
.org-frm-shape {
	position: absolute;
	left: 213px;
	top: 133px;
}
.org-frm-shape2 {
	left: 50%;
	transform: translateX(-50%);
	top: 55%;
}
.org-frm-shape3 {
	left: auto;
	right: 235px;
	top: 140px;
}
.org-frm-shape4 {
	left: auto;
	top: auto;
	bottom: 15%;
	right: 15%;
}
.org-frm-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -37px;
    background-image: url(../img/icons/title-back.png);
   width: 140px;
    height: 15px;
    background-repeat: no-repeat;
    margin: 0 auto;
    transform: scale(.8);
}
.bottom-shape {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
@media (max-width: 1199.98px){
.farming-bg {
    padding-bottom: 70px;
}
.farming-bg .section-title {
    margin-bottom: 70px;
}
.organic-farm-item {
    padding: 70px 25px 10px;
    margin-bottom: 70px;
}
.org-frm-icon {
    margin: 0px auto 55px;
}
}

/*testi*/


.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	z-index: 1;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #666;
   font-size: 17px;
    font-weight: 400;
	text-align: justify;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    text-align: center;
	color: #666;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 18px;
    font-weight: 400;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}

/*homeprodutcs*/
.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #e9c11f;
}

.product .item {
	border: 2px solid #e5e5e5;
}

.product .text {
    /* background: #F2F3F3; */
    padding: 14px;
    overflow: hidden;
}

.product .text del {
    color: #9d9d9d;
	display: none;
}

.product .text h3 {
    font-weight: 400;
    text-align: center;
    color: #353535;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #e9c11f;
    text-align: center;
    font-size: 18px;
	font-weight: 400;
}

.product .text p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product .text p a {
   background: linear-gradient( 
315deg
 , #e9c11f 0%, #e9c11f 100%);
    color: #111;
    font-size: 16px;
    padding: 6px 10px;	font-weight: 400;
    transition: all 0.4s ease;
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}

.product .out-of-stock .inner {
    display: inline-block;
    background: #e9c11f;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: center;
}

.product .text p a:hover {
    background: #333333;	color: #fff;
}

.product .item .thumb {
    position: relative;
    overflow: hidden;
}
.product .item .thumb a{
	  width: 100%;
 
}
.product .item .thumb .photo {
    width: 100%;
	   height: 280px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.product .item .thumb .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0.6);
}

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid #e5e5e5;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}

/*lazyloaded*/
.loader-img{
	position: relative;
}
.loader-img:before{
	position: absolute;
	content:'';
	background-image:  url(../img/loading.gif); 
background-size: auto;
display: block;
width: 100%;
    left: 0%;
    height: 100%;
    background-repeat: no-repeat;
    margin: auto;
    top: 0%;
	z-index: 2;
	background-size: contain;
    background-position: center;
	transition: filter 0.8s ease-in-out 0.8s;
}
.blur-img {
  /*   filter: blur(100px); */
    /* transition: filter 0.5s ease-in-out 0.2s; */
	position: relative;
    overflow: hidden;
}
.lazyloaded {
  /*   filter: blur(0); */
}
.loader-img:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background: #F2F0EA;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.lazyloaded:before{
	background-size: cover;
	background: none;
	z-index: -1;
}
.lazyloaded:after{
	background: none;
	z-index: -1;
}
.lazy-after-none:before{
	background:none;
}

.video{
	position: relative;
}
/*partners section */

section#partners-block{
	padding:  70px 0;
}

.partner-wrapper{
	margin: 20px auto 0;
    position: relative;
	text-align: center;
    padding: 50px 10px 40px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border: 1px dashed #cab577;
    border-radius: 5px;
	background: #f2f4f5;
}

.partner-wrapper .wrap-img{
	
	margin-bottom: 15px;
}
.partner-wrapper .wrap-img img{
	max-width: 100%;
    height: 140px;
	max-width: 140px;
}
.partner-wrapper .card-box{
	padding: 7px 0;
}
.partner-wrapper .card-box u {
    font-weight: 400;
	color: #cab577;
}
.partner-wrapper .card-box p{
	font-weight: 400;
	line-height: 25px;
	margin-top: 10px;
	font-size: 17px;
}



.slide .slide__img {
background-size: 100% 100%!important;
    background-position: center center!important;
	
}
.slide .slide__img  img{
	width: 100%!important;
    background-position: center center!important;
    background-size: cover!important;
	min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none!important;
}
 @media (min-width: 992px) {
	 .slider, .slide {
		  height: 910px;
	}
}
 .slide {
	 position: relative;
	 transition: 1s;
	 padding: 100px 0;
}
 .slide .slide__img {
	 width: 100%;
	 height: auto;
	 overflow: hidden;
}
.carousel-indicators{
	display: none;
}
 @media (min-width: 992px) {
	 .slide .slide__img {
		 position: absolute;
		 top: 50%;
		 left: 0;
		 transform: translateY(-50%);
	}
	.slide .slide__img img {
	 max-width: 100%;
	 height: 800px;
	 opacity: 1 !important;
	 animation-duration: 3s;
	 transition: all 1s ease;
}
}
 @media (max-width: 992px) {

.slide__content{
display: none!important;
 
 }
 }
 
 .slide .slide__content {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
}
 .slide .slide__content.slide__content__left {
	 left: 15%;
	 transform: translate(-15%, -50%);
}
 .slide .slide__content.slide__content__right {
	 right: 15%;
	 left: auto;
	 transform: translate(5%, -50%);
}
 .slide .slide__content--headings {
	 color: #fff;
}
 .slide .slide__content--headings h2 {
	 font-size: 2rem;
	 margin: 10px 0;
	 color: #fff;
}
 .slide .slide__content--headings .animated {
	 transition: all 0.5s ease;
}
 .slide .slide__content--headings .top-title {
	 font-family: 'Playball', cursive;
	 font-size: 2rem;
	 background: #cab577;
    padding: 15px 20px;
    border-radius: 5px;
    color: #333333;
}
 .slide .slide__content--headings .title {
	 font-size: 2rem;
}
 .slide .slide__content--headings .button-custom {
	 text-decoration: none;
	 color: #333333;
	 padding: 10px 15px;
	 font-size: 1.5rem;
}
 .slider [data-animation-in] {
	 opacity: 0;
	 animation-duration: 1.5s;
	 transition: opacity 0.5s ease 0.3s;
	 transition: 1s;
}
 .slick-dotted .slick-slider {
	 margin-bottom: 30px;
}
 .slick-dots {
	 position: absolute;
	 bottom: 25px;
	 list-style: none;
	 display: block;
	 text-align: center;
	 padding: 0;
	 margin: 0;
	 width: 100%;
}
 .slick-dots li {
	 position: relative;
	 display: inline-block;
	 margin: 0 5px;
	 padding: 0;
	 cursor: pointer;
}
 .slick-dots li button {
	 border: 0;
	 display: block;
	 outline: none;
	 line-height: 0px;
	 font-size: 0px;
	 color: transparent;
	 padding: 5px;
	 cursor: pointer;
	 transition: all 0.3s ease;
}
 .slick-dots li button:hover, .slick-dots li button:focus {
	 outline: none;
}
 .simple-dots .slick-dots li {
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button {
	 border-radius: 50%;
	 background-color: white;
	 opacity: 0.25;
	 width: 20px;
	 height: 20px;
}
 .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .simple-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li {
	 height: 3px;
	 width: 50px;
}
 .stick-dots .slick-dots li button {
	 position: relative;
	 background-color: white;
	 opacity: 0.25;
	 width: 50px;
	 height: 3px;
	 padding: 0;
}
 .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	 opacity: 1;
}
 .stick-dots .slick-dots li.slick-active button {
	 color: white;
	 opacity: 0.75;
}
 .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	 opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
 @keyframes zoomInImage {
	 from {
		 transform: scale3d(1, 1, 1);
		 transition: 1s;
	}
	 to {
		 transform: scale3d(1.1, 1.1, 1.1);
		 transition: 1s;
	}
}
 .zoomInImage {
	 animation-name: zoomInImage;
}
 @keyframes zoomOutImage {
	 from {
		 transform: scale3d(1.1, 1.1, 1.1);
		 transition: 1s;
	}
	 to {
		 transform: scale3d(1, 1, 1);
		 transition: 1s;
	}
}
 .zoomOutImage {
	 animation-name: zoomOutImage;
	 transition: 1s;
}
 .slick-nav {
	 --active: #fff;
	 --border: rgba(255, 255, 255, .12);
	 width: 44px;
	 height: 44px;
	 position: absolute;
	 cursor: pointer;
	 top: calc(50% - 44px);
}
 .slick-nav.prev-arrow {
	 left: 3%;
	 transform: scaleX(-1);
	 z-index: 999;
}
 .slick-nav.next-arrow {
	 left: auto;
	 right: 3%;
}
 .slick-nav i {
	 display: block;
	 position: absolute;
	 margin: -10px 0 0 -10px;
	 width: 20px;
	 height: 20px;
	 left: 50%;
	 top: 50%;
}
 .slick-nav i:before, .slick-nav i:after {
	 content: '';
	 width: 10px;
	 height: 2px;
	 border-radius: 1px;
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 background: var(--active);
	 margin: -1px 0 0 -5px;
	 display: block;
	 transform-origin: 9px 50%;
}
 .slick-nav i:before {
	 transform: rotate(-40deg);
}
 .slick-nav i:after {
	 transform: rotate(40deg);
}
 .slick-nav:before, .slick-nav:after {
	 content: '';
	 display: block;
	 position: absolute;
	 left: 1px;
	 right: 1px;
	 top: 1px;
	 bottom: 1px;
	 border-radius: 50%;
	 border: 2px solid var(--border);
}
 .slick-nav svg {
	 width: 44px;
	 height: 44px;
	 display: block;
	 position: relative;
	 z-index: 1;
	 color: var(--active);
	 stroke-width: 2px;
	 stroke-dashoffset: 126;
	 stroke-dasharray: 126 126 0;
	 transform: rotate(0deg);
}
 .slick-nav.animate svg {
	 animation: stroke 1s ease forwards 0.3s;
}
 .slick-nav.animate i {
	 animation: arrow 1.6s ease forwards;
}
 .slick-nav.animate i:before {
	 animation: arrowUp 1.6s ease forwards;
}
 .slick-nav.animate i:after {
	 animation: arrowDown 1.6s ease forwards;
}
 @keyframes stroke {
	 52% {
		 transform: rotate(-180deg);
		 stroke-dashoffset: 0;
	}
	 52.1% {
		 transform: rotate(-360deg);
		 stroke-dashoffset: 0;
	}
	 100% {
		 transform: rotate(-180deg);
		 stroke-dashoffset: 126;
	}
}
 @keyframes arrow {
	 0%, 100% {
		 transform: translateX(0);
		 opacity: 1;
	}
	 23% {
		 transform: translateX(17px);
		 opacity: 1;
	}
	 24%, 80% {
		 transform: translateX(-22px);
		 opacity: 0;
	}
	 81% {
		 opacity: 1;
		 transform: translateX(-22px);
	}
}
 @keyframes arrowUp {
	 0%, 100% {
		 transform: rotate(-40deg) scaleX(1);
	}
	 20%, 80% {
		 transform: rotate(0deg) scaleX(0.1);
	}
}
 @keyframes arrowDown {
	 0%, 100% {
		 transform: rotate(40deg) scaleX(1);
	}
	 20%, 80% {
		 transform: rotate(0deg) scaleX(0.1);
	}
}
 .btn , .btn.focus, .btn:focus{
	 outline: 0!important;
	 box-shadow: 3px 6px 6px 0 rgb(0 0 0 / 11%)!important;
	 color: #333;
 }
 .btn{
	     font-family: 'Raleway', sans-serif;
		 font-weight: 600;
 }
 b, strong {
    font-weight: bolder;
    font-family: 'Raleway', sans-serif;
}
 .about-btn:focus , .about-btn{
	 color: #333333!important;
 }
 .about-btn:focus , .about-btn:hover{
	  color: #fff!important;
	  background: #333333!important;
 }
 .contact-button{
	 border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #333333;
    text-transform: capitalize;
    background: #e9c11f;
    transition: all .5s ease 0s;
    border-radius: 50px;
    font-weight: 400;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
 }
 
 /* .blur-up.lazyloaded { -webkit-filter:blur(0); filter:blur(0); }
.blur-up { 

-webkit-filter:blur(5px); filter:blur(5px); transition:filter 400ms, -webkit-filter 400ms; -webkit-transition:filter 400ms, -webkit-filter 400ms; }  */

 .blur-up:before {
	 position: absolute;
	 content: '';
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: #fff url(../img/logo.png);
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: 150px;	 
 }
 .blur-up.lazyloaded:before {
	  background: none;
	  transition-delay: 0.1s;
 }
 
 .blur-up_ken.lazyloaded { -webkit-filter:blur(0); filter:blur(0); }
.blur-up_ken { -webkit-filter:blur(5px); filter:blur(5px); transition:filter 400ms, -webkit-filter 400ms; -webkit-transition:filter 400ms, -webkit-filter 400ms; }

 
 @media (max-width: 1200px){
.container {
    max-width: 100%;
}
}
 
 /*dropdown shop*/
div#main_nav  .dropdown-menu
{
    overflow-y: scroll;
	padding: 0;
	background-color: #f8f5f0;
}
 .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
    background: linear-gradient( 
315deg
 , #e9c11f 0%, #e9c11f 100%);
}
 ul.navbar-nav > li{
	 position: relative;
    display: inline-block;
   /*  margin-right: 10px; */
	  font-family: 'divine-pro';
	line-height: 0;
	padding: 45px 0;
	 font-size: 13px;
	   font-weight: 400;
	     text-transform: capitalize;
 }
.header-area--absolute.is-sticky--absolute ul.navbar-nav > li{
	 padding: 24px 0;
 }
 .header-area--absolute.is-sticky--absolute .main-menu nav > ul > li{
	 padding: 24px 0;
 }
 ul.dropdown-menu li a {
    padding: 10px;
	  font-family: 'divine-pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}
.modal{
	z-index: 9999999999!important;
}
 /*sidebar fliter*/
 .btn-filter-kenfi{
	 -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	 display: none;
	 width: 100%;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
	border: 1px solid transparent;
    border-radius: 0;
    padding: 8px 15px 8px;
    background-color: rgba(0,0,0,0.6);
	color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 35px;
    white-space: normal;
    font-size: 13px;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
 .closefilter-kenfi{
	 display: none;
	 z-index: 999;
 }
 .btn-filter-kenfi:hover{
	 color: #fff;
 }
 
 .mobile-support-dropdown , .lg-none-separator{
	 display: none;
 }
  @media only screen and (max-width:1300px),only screen and (max-device-width:1300px){
	  
	  .home-banner-three .home-slides .home-item .main-banner-content{
		  position: absolute;
		  width: 600px;
		  left: 80px;
	  }
	  .brk-sc-honeycomb-four{
		  width: 180px;
		  height: 310px;
	  }
	  .navigation-middle{
		  padding: 0 10px
	  }
  }
 
  @media only screen and (max-width:1199px),only screen and (max-device-width:1199px){
	  ul.navbar-nav > li a{
		  padding-right: 0.9rem!important;
		  padding-left: 0.9rem!important;
	  }
	  ul.navbar-nav > li{
		  margin-right: 0px;
	  }
	  .custom-nav-user-link{
		  width: 180px;
	  }
	  .mega-menu.four-column{
		  left: -120px;
	  }
	  .main-menu nav > ul > li > a , ul.navbar-nav > li a{
		  font-size: 16px;
	  }
	  .main-menu nav > ul > li{
		  margin-right: 7px;
	  }
	  .pad-lg-0{
		  padding: 0;
	  }
	  .navigation-middle{
		  padding: 0;
	  }
	  .about_img img{
		  width: 100%;
	  }
	  .brk-sc-honeycomb-four_right {
		  right: 200px;
	  }
	  .brk-sc-honeycomb-four_left{
		  left: 200px;
	  }
	  #aparoks .intro .bottom-left .intro-item {
    margin-left: 0px;
}
#aparoks .intro .bottom-right .intro-item {
    margin-right: 0px;
}
  }
  
  @media only screen and (max-width:1140px),only screen and (max-device-width:1140px){
	  .main-menu nav > ul > li > a{
		  padding: 0 7px;
	  }
	  
  }
  
  
  
  @media only screen and (max-width:1024px),only screen and (max-device-width:1024px){
	    .main-menu nav > ul > li > a , ul.navbar-nav > li a{
		  font-size: 16px;
	  }
	  .mega-menu > li > a{
		  font-size: 16px;
	  }
	  .mega-menu.four-column > li{
		 /*  margin: 0 30px; */
	  }
	  
	  .brk-sc-honeycomb-four {
    width: 150px;
    height: 260px;
}
	.brk-sc-honeycomb-four_right {
    right: 170px;
}
.brk-sc-honeycomb-four_left {
    left: 170px;
}
.customwrap{
	background-size: 60% 80%;
}
.top-left.text-center .intro-item{
	left: -50px;
}
.top-right.text-center .intro-item{
	right: -50px;
}
  }
 @media only screen and (max-width:991px),only screen and (max-device-width:991px){
	 .testimonial-v1 .content .comment{
		 padding: 14px 10px;
	 }
	 .heading-sec-big h1{
		 font-size: 26px;
	 }
	 .shop-menu-img{
		 position: relative;
	 }
	 .cust-order-1{
		 order: 1;
	 }
	  .cust-order-2{
		  order:2;
	  }
	   .cust-order-3{
		   order: 3;
	   }
	    .cust-order-4{
			order: 4;
		}
		ul.navbar-nav > li{
			padding: 42px 0 32px;
		}
		.mobile-menu .mean-bar{
			top: 30px;
		}
 .header-cart-icon .small-cart-trigger{
	 top: 32px;
 }
	 .fliter-sidebar {
/*     padding: 20px;
    opacity: 0;
    visibility: hidden;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 1000;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; */
}
	.fliter-sidebar.active { left:0; opacity:1; visibility:visible; }
	.fliter-sidebar.active .closeFilter { float:right; padding:2px 7px; margin:-5px -8px 0 0; cursor:pointer; } 
	
	 .btn-filter-kenfi{
		 display: none;
		 position: fixed;
		 bottom: 0;
		 left: 0;
		 right: 0;
		 z-index:8;
		 }
	.fliter-sidebar.active .closefilter-kenfi{
		float: right;
    padding: 0;
    margin: -5px 0px 30px 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 50px;
    top: 5%;
    right: 0%;
    position: absolute;
	}
	.fliter-sidebar.active .closefilter-kenfi i {
    position: absolute;
    right: 20px;
}
	
.fliter-sidebar.active	.page-sidebar {
    margin-top: 50px;
}

.navigation-top-search-area .logo img {
   height: 90px;
    position: relative;
    top: 0;
    padding: 5px;
}
.header-area--absolute.is-sticky--absolute  .navigation-middle{
	height: 70px;
    line-height: 57px;
	padding: 0 10px;
}
.header-area--absolute.is-sticky--absolute  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
 top: 5px;   
}
.header-area--absolute.is-sticky--absolute .navigation-top-search-area .logo img {
    height: 70px;
	top: 0px;
}
.single-slider-product__image > a img {
	height: 290px;
}
.big-image-slider-single-item img {
    height: 480px;
}
.small-image-slider-single-item img {
    height: 120px;
}
.header-area--absolute.is-sticky--absolute ul.navbar-nav > li {
    padding: 25px 0;
}
.header-area--absolute.is-sticky--absolute .header-cart-icon .small-cart-trigger{
	/* top: 11px; */
}
.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar{
			top: 6px;
		}
		.header-area--absolute.is-sticky--absolute .header-cart-icon .small-cart-trigger {
    top: 19px;
}
 }
 
 
  @media only screen and (max-width:767px),only screen and (max-device-width:767px){
	  .navigation-middle{
		  padding: 0 10px;
	  }
	  .about_img img{
		  width: 100%;
	  }
	.customwrap {
    background-size: 100% 50%;
	padding-bottom: 750px;
}
.top-left.text-center .intro-item {
    left: 0px;
}
.top-right.text-center .intro-item {
    right: 0px;
}
 .intro-header .spacer-single{
	 display: none;
 }
 .intro .intro-header{
	 margin-bottom: -60px;
 }
 .single-hexagon-element{
	 
 }
 .brk-sc-honeycomb-four_left {
    position: relative;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}
.brk-sc-honeycomb-four_center {
    margin: 15px auto;
}
.brk-sc-honeycomb-four_right {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
}
  }
 
 
 @media only screen and (max-width:720px),only screen and (max-device-width:720px){
	  .single-slider-product__image > a img {
    height: 270px;
}


 }
 
 @media only screen and (max-width:640px),only screen and (max-device-width:640px){
	 .header-area--absolute.is-sticky--absolute ul.navbar-nav > li {
   /*  padding: 20px 0 20px; */
}
  .home-banner-three .home-slides .home-item .main-banner-content{
	width: 100%;
}
.home-banner-three .home-slides .home-item .main-banner-content h1{
	font-size: 35px;
}
.home-banner-three .home-slides .home-item .main-banner-content {
    position: relative;
    width: 100%;
    left: 0px;
	max-width: 100%;
}
.home-banner-three .home-slides .owl-nav .owl-next  ,.home-banner-three .home-slides .owl-nav .owl-prev {
	display: none;
}

 }
 
  @media only screen and (max-width:575px),only screen and (max-device-width:575px){
	  .single-slider-product__image > a img {
    height: 320px;
}
a.nav-link.custom-nav-user-link i {
    position: relative;
    top: 13px;
	font-size: 12px;
	left: 3px;
}
#aparoks .intro .intro-item{
	max-width: 100%;
}
.intro .intro-header {
    margin-bottom: -120px;
}
.customwrap{
	padding-bottom: 360px;
	background-size: 100% 28%;
}
.top-left.text-center .intro-item, .top-right.text-center .intro-item{
	bottom: 0;
}
 .testimonial-v1 .content .comment{
		 padding: 14px 0px;
	 }
	 .testimonial-v1 .photo{
		 margin-right:  -20px;
	 }
.main-menu nav > ul > li > a , ul.navbar-nav > li a{
		  font-size: 15px;
	  }
	  a#user-options{
		    width: 38px;
    background: #F2F0EA;
    padding: 13px 5px 13px;
    top: -6px;
    border-radius: 5px;
    text-indent: -2000px;
    line-height: 25px;
    height: 35px;
	transition: none;
	  }
	a#user-options i.icn-user{  text-indent: 0!important;
  position: absolute;
    right: 8px;
    color: #333333;
    top: 9px;
  }
  .header-top-single-dropdown__dropdown-menu-items.active-dropdown-menu ul li a{
	  line-height: 25px;
  }
  .header-top-single-dropdown__dropdown-menu-items{
	  top: 88%;
  }
  a.nav-link.custom-nav-user-link {
    text-indent: -7px;
    float: left;
    width: 70px;
    overflow: hidden;
	font-size: 9px;
	 border-radius: 0px 5px 5px 0px;
    background: #f8f8f8;
    padding: 5px 5px;
    top: 0px;
	display: inline-flex;
	line-height: 12px;
	height: 41px;
	background: linear-gradient(
315deg
, #e9c11f 0%, #e9c11f 100%);
color: #fff!important;
	}
	.header-cart-icon .small-cart-trigger{
		font-size: 18px;
    font-weight: 400;
    line-height: 40px;
   /*  top: 18px;
    padding: 5px 20px 0 8px; */
	}
	.header-cart-icon .small-cart-trigger .cart-counter {
      font-family: 'divine-pro';
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 19px;
    position: absolute;
    top: 30%;
    left: 27px;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	.testimonial-v1 .testimonial-carousel{
		width: 95%;
	}
	.testimonial-v1 .owl-nav .owl-next {
    display: none!important;
}
.testimonial-v1 .owl-nav .owl-prev {
    display: none!important;
}
a.nav-link.custom-nav-user-link:hover, a.nav-link.custom-nav-user-link:focus {
    color: #fff!important;
}
.header-area--absolute.is-sticky--absolute .header-cart-icon .small-cart-trigger{
	top: 17px;
}
.header-area--absolute.is-sticky--absolute a.nav-link.custom-nav-user-link , .header-area--absolute.is-sticky--absolute a#user-options{
	top: -1px;
}
.header-area--absolute.is-sticky--absolute a#user-options {
    top: -6px;
}
.home-banner-three .home-slides .home-pad {
    padding: 150px 0;
}

.home-banner-three .home-slides .home-item{
	height: 500px;
}
.navigation-top-search-area ul.navbar-nav{
	position: relative;
	left: 13px;
}

  }
 
  @media only screen and (max-width:567px),only screen and (max-device-width:567px){
	  
	  .mb-noner, .mb-none-separator{
		  display: none;
	  }
	  .lg-none-separator , .mobile-support-dropdown{
		  display: block;
	  }
	  .big-image-slider-single-item img {
    height: 360px;
}


  }
 
 
 @media only screen and (max-width:500px),only screen and (max-device-width:500px){
	 .navigation-top-search-area .logo img {
    height: 93px; 
	top: 0;
	padding: 5px;
    position: relative;
}	 

.home-banner-three .home-slides .home-pad {
    padding: 150px 0;
}

.home-banner-three .home-slides .home-item{
	height: 420px;
}

.home-banner-three .home-slides .home-item .main-banner-content h1{
	font-size: 24px;
}
.shop-banner img {
	height: 170px;
}
.cart-summary .cart-summary-button {
	display: inline-block;
}
.navigation-top-search-area .col-4 {
    padding: 0;
}
.aparock-sc-honeycomb-three{
	height: 300px;
}
.home-banner-three .home-slides .home-item .main-banner-content{
top: -50px;	
}
.heading_s2 h2, .intro .intro-header h3, .section-title{
	font-size: 22px;
}
.home-banner-three .home-slides.owl-theme .owl-dots{
	margin-top: -40px;
}
.home-banner-three .home-slides.owl-theme .owl-dots .owl-dot span{
	width: 15px;
	height:15px;
}
 }
 
 @media only screen and (max-width:480px),only screen and (max-device-width:480px){
 .home-banner-three .home-slides .home-pad {
    padding: 165px 0;
}

.home-banner-three .home-slides .home-item{
	height: 380px;
}

.home-banner-three .home-slides .home-item .main-banner-content h1{
	font-size: 18px;
}
.home-banner-three .home-slides .home-item .main-banner-content p{
	line-height: 1.4;
	font-size: 14px;
}
.home-banner-three .home-slides .home-item .main-banner-content .banner-btn a.default-btn , .about-btn{
	padding: 10px 24px;
	font-size: 16px;
}
.small-cart-overall , .small-cart-close{
	width: 100%;
}
 }
 
 
  @media only screen and (max-width:450px),only screen and (max-device-width:450px){
 .single-hexagon-element {
    flex: 0 0 50%;
    width: 50%;
 }
 .hexagon-elements-wrap-inner {
    padding: 36px 0;
    display: flex;
    flex-wrap: wrap;
}
.hexagon{
	width: 180px;
	margin-bottom: -80px!important;
}

  }
 
 @media only screen and (max-width:400px),only screen and (max-device-width:400px){
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar{
	 right: 30px;
 }
 
 
 .home-banner-three .home-slides .home-item{
	height: 320px;
}

.home-banner-three .home-slides .home-item .main-banner-content h1{
	font-size: 14px;
}
.home-banner-three .home-slides .home-item .main-banner-content p{
	line-height: 1.4;
	font-size: 11px;
}
 .home-banner-three .home-slides .home-item .main-banner-content .banner-btn{
	 margin-top: 15px;
 }
 .home-banner-three .home-slides .home-item .main-banner-content .banner-btn a.default-btn{
	padding: 5px 15px;
	font-size: 13px;
}
 }
 
 @media only screen and (max-width:383px),only screen and (max-device-width:383px){
 ul.navbar-nav > li , .header-area--absolute.is-sticky--absolute ul.navbar-nav > li{
			/* padding:16px 0 20px; */
		}
		.navigation-top-search-area .logo img{
		/* 	top: 13px; */
		}
		.header-area--absolute.is-sticky--absolute .navigation-top-search-area .logo img{
			/* top: 13px; */
		}
		.page-wrapper-red .header-cart-icon .small-cart-trigger{
			right: 10px;
		}
		.navigation-top-search-area .logo img , .header-area--absolute.is-sticky--absolute .navigation-top-search-area .logo img{
    /* height: 60px!important;
	transform: scale(1.2); */
		}
		a#user-options{
			/* width: 45px; */
		}
		a#user-options i.icn-user{
			/* right: 10px; */
		}
		.header-area--absolute.is-sticky--absolute a#user-options {
    top: -0px;
}
a#user-options{
	top: 2px;
}
.header-cart-icon .small-cart-trigger {
   
}
.mobile-menu .mean-bar {
   
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
   
}
.mobile-menu .mean-bar .mean-nav > ul {
   
}
.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
   
}
.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
   
}
		a.nav-link.custom-nav-user-link{
			width: 60px;
		}
		.mobile-menu.mean-container {
    position: relative;
   /*  left: 10px;
    top: 1px; */
}
		}
 
 
 


/*factory slider*/
.d-table-cell {
    vertical-align: middle;
}
.d-table {
    width: 100%;
    height: 100%;
}
.main-banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 950px
}

.main-banner-content {
    max-width: 630px;
    margin-left: auto
}

.main-banner-content h1 {
    font-size: 52px;
    color: #333;
    margin: 0 0 16px
}

.main-banner-content p {
    color: #fff;
    margin: 0
}

.main-banner-content .banner-btn {
    margin-top: 35px
}

.main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

.main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dotted #d0ebd3;
    padding: 0 20px
}

.main-banner-content .banner-list li:first-child {
    padding-left: 0
}

.main-banner-content .banner-list li:last-child {
    border-right: none
}

.main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #209e2e;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 500
}

.main-banner-content .banner-list i::before {
    font-size: 25px
}

.main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #209e2e;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff
}

.main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #209e2e;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1
}
.banner-image {
    text-align: right;
    margin-top: -10px;
    position: relative
}

.banner-image .shape-area .creative-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    left: -4%
}

.banner-image .shape-area .creative-shape-two {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    left: -1%
}

.shape-img1 {
    position: absolute;
    left: 40%;
    bottom: 10%;
    z-index: -1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img2 {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -1;
    
}

.shape-img3 {
    position: absolute;
    left: 0;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite
}

.shape-img4 {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -110px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.shape-img5 {
    position: absolute;
    left: 20%;
    right: auto;
    top: 40%;
    z-index: -1;
    -webkit-animation: animationFramesOne 10s infinite linear;
    animation: animationFramesOne 10s infinite linear
}

@-webkit-keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg)
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg)
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg)
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-webkit-keyframes moveScale {
   0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    50% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@-webkit-keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.home-banner-two {
    position: relative;
	overflow: hidden;
	margin-left: -2px;
}

.home-banner-two .home-slides {
    position: relative
}

.home-banner-two .home-slides .home-item {

    height: 100vh;
	min-height: 100vh;
    background-position:center center;
    background-size: cover;
    z-index: 1;
    overflow: hidden ;
	background-repeat: no-repeat;
/* 	-webkit-animation: animatedBackground2 15s linear infinite;
    animation: animatedBackground2 15s linear infinite;
	background-repeat: repeat-y; */
}
.home-banner-two .home-slides .home-item.Right .main-banner-content{
	float: right;
}
.home-banner-two .home-slides .home-item.Left .main-banner-content{
	text-align:left;
	float:left;
}
.home-banner-two .home-slides .home-item.Center .main-banner-content{
	text-align: center;
	margin: auto;
	
}
.home-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}
.home-banner-two .home-slides .home-item::before {
   /* position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #111214;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .15; */
}

.home-banner-two .home-slides .home-item.item-bg1 {
    background-image: url(../../assets/img/home-two/bg-1.jpg);
  /*   background-size: 100% 50%; */
}

.home-banner-two .home-slides .home-item.item-bg2 {
    background-image: url(../../assets/img/home-two/bg-2.jpg)
}

.home-banner-two .home-slides .home-item.item-bg3 {
    background-image: url(../../assets/img/home-two/bg-3.jpg)
}

.home-banner-two .home-slides .home-item .main-banner-content {
    max-width: 530px;
    margin-right: auto;
    margin-left: unset;
	background: rgba(245,245,245,0.4);
    padding: 25px;
	border-radius: 4px;
	position: relative;
	z-index: 10;
}

.home-banner-two .home-slides .home-item .main-banner-content h1 {
    font-size: 32px;
    color: #333333;
    margin: 0 0 16px;
	font-family: 'divine-pro';
	line-height: 1.2;
	font-weight: 400!important;
	text-shadow: 0 0 2px #ccc;
}

.home-banner-two .home-slides .home-item .main-banner-content p {
   /*  color: #fff; */
    margin: 0;
	/* text-shadow: 0 0 1px #333333; */
	color: #333333;
	font-size: 17px;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn {
    margin-top:20px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .default-btn {
    border: none;
    padding: 14px 30px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .optional-btn {
  border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #333333;
    text-transform: capitalize;
    background: #fafafa;
    transition: all .5s ease 0s;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
	    font-family: 'divine-pro-semi';
    padding: 10px 25px;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-btn .optional-btn:hover {
    background-color: #fff;
      color: #111214;
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list {
    padding-left: 0;
    margin-bottom: 20px;
    position: relative
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px dashed #d0ebd3;
    padding: 0 20px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li:first-child {
    padding-left: 0
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list li:last-child {
    border-right: none
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #eefbf2;
    color: #209e2e;
    border-radius: 30px;
    border: 2px dotted #d0eed6;
    font-weight: 500
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list i::before {
    font-size: 25px
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list sup {
    bottom: 0;
    position: absolute;
    right: 26px;
    background-color: #209e2e;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff
}

.home-banner-two .home-slides .home-item .main-banner-content .banner-list span {
    display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    margin-top: 12px;
    line-height: 1
}

.home-banner-two .home-slides .home-item .main-banner-content b {
    color: #209e2e
}

.home-banner-two .home-slides.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 80px;
    display: -ms-grid;
    display: grid
}
.home-banner-two .home-slides.owl-theme .owl-dots button{
	background-color: transparent;
	border: 0;
}
.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    border-radius: 50%;
    border: 1px solid #f7f1d9;
    position: relative;
	margin: 3px 5px;
}

.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f3f0;
    border-radius: 50%;
    margin: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot:hover span::before,
.home-banner-two .home-slides.owl-theme .owl-dots .owl-dot.active span::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.home-banner-two .banner-social-buttons {
    position: absolute;
    left: 30px;
    top: 60%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-100%, -100%) rotate(90deg);
    transform: translate(-100%, -100%) rotate(90deg);
    z-index: 1
}

.home-banner-two .banner-social-buttons ul {
    padding-left: 0;
    margin-bottom: 0
}

.home-banner-two .banner-social-buttons ul li {
    color: #fff;
    list-style-type: none;
    display: inline-block;
    margin-right: 20px
}

.home-banner-two .banner-social-buttons ul li:last-child {
    margin-right: 0
}

.home-banner-two .banner-social-buttons ul a {
    color: #fff
}

.home-banner-two .banner-social-buttons ul a:hover {
    color: #209e2e
}

.home-banner-two .banner-social-buttons ul i {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

.home-banner-two .creative-shape {
   position: absolute;
  right: auto;
    left: -40px;
    bottom: -160px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.home-banner-two .shape-img1 {
    position: absolute;
    right: auto;
    left: -140px;
    bottom: -115px;
    z-index: 1;
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.home-banner-two .shape-img2 {
  position: absolute;
    left: -62px;
    top: -20px;
    z-index: 10;
    transform: rotate(
25deg
 );
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}
.home-banner-two .shape-img3{
	  position: absolute;
	right: auto;
	left: 55%;
	bottom: -155px;
    z-index: 1;
   -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite
}

.home-banner-two .shape-img1 img, .home-banner-two .creative-shape img{
	/* filter: brightness(0.7); */
}
.shape-img2 img {
height: 250px;
    transform: rotate( 
130deg
 );
}
.shape-img1 img{
height: 250px;
    transform: rotate( 
20deg
 );
}
.shape-img2 img , .shape-img3 img{
	/* filter: brightness(0.7); */
}
.shape-img4 img{
	/* filter: brightness(0.7); */
	transform: rotate(
-20deg
);
    height: 250px;
}
.shape-img3 img {
	height: 340px;
   transform: rotate( 
-20deg
 );
}
.creative-shape img{
	height: 340px;
    transform: rotate( 
30deg
 );
}
.home-banner-two .pattern {
  position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    transform: rotateX(
560deg
);
}
.pattern img ,.header-pattern img{
	will-change: auto;
	width: 100%;
}
.header-pattern{
	 position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
	transform: rotatex(
-150deg
);
}
.header-area--absolute.is-sticky--absolute .header-pattern{
	display: none;
}
@media only screen and (max-width: 767px){
.home-banner-two .home-slides.owl-theme .owl-dots {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    display: inline-block;
    left: 0;
    right: 0;
}
.home-banner-two .home-slides .home-item .main-banner-content h1 {
    font-size: 26px;
    margin: 0 0 12px 0;
}
}


@-webkit-keyframes animatedBackground2 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 0 100%; } }

@keyframes animatedBackground2 {
  from {
    background-position: 100% 0; }
  to {
    background-position: 0 100%; } }




/*--------------------- 1.10 - Products Starts ------------------------- */
.product-box {
    border-radius: 10px;
    overflow: hidden;
    margin: 40px auto auto;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.owl-carousel .product-box {
	border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin: 40px auto;
}

.product-box:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.light-bg .product-box {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.10);
}

.product-box::after {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    margin: auto;
    vertical-align: middle;
    width: 60px;
    opacity: 0;
    visibility: hidden;
	background-color:#e9c11f;
    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);

    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.product-box:hover:after {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.product-media {
    background-color: #f6f6f6;
    height: 330px;
    position: relative;
}

.organic-content .item , img.prod-img{
	 -webkit-transition: .6s;
    transition: .6s;
	overflow: hidden;
}
.organic-content .item:hover img.prod-img{
    transform: scale(1.05);
}
.product-media > .prod-img {
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
	top: -50px;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.price del {
    color: #dddddd;
    margin-left: 3px;
}

.product-media > img.shape {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 1;
}

.product-title {
    font-size: 20px;
}

.product-caption {
    text-align: center;
    padding: 0px 0 30px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
}

.prod-icons {
    border-radius: 2em;
    display: table;
    left: 10px;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    transform: translateY(-65px);
    -webkit-transform: translateY(-65px);
}

.prod-icons > a {
    background-color: #fff;
    color: #b7b7b7;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.shop-cart-add {
    position: relative;
    top: 12px;
    display: inline-block;
}
.shop-cart-add a{
	font-size: 17px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;
    color: #111214;
    border-radius: 100%;
    background: #f6f6f6;
}
.prod-icons > a:first-child {
    border-radius: 2em 0 0 2em;
}

.prod-icons > a:last-child {
    border-radius: 0 2em 2em 0;
}

.prod-icons > a:hover {
    background-color: #e9c11f;
    color: #fff;
}

.prod-icons > a:nth-child(2n):hover {
    background-color: #79d1d6;
}

.product-box:hover .prod-icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.organic-content .item {
    padding: 0 15px
}

/*--------------------- 1.11 - Slider Pagination Starts ------------------------- */
.owl-theme .owl-controls {
    text-align: center;
}

.owl-theme.dots-1 .owl-dot {
    background-color: #f6f6f6;
    display: inline-block;
    height: 8px;
    margin-left: 1px;
    position: relative;
    vertical-align: middle;
    width: 35px;
	outline: 0;
    box-shadow: none;
	border: 0;
}
.owl-theme.dots-1 .owl-dot  span{
	background: transparent;
	opacity: 0;
}
.light-bg .owl-theme.dots-1 .owl-dot {
    background-color: #eeede9;
}

.owl-theme.dots-1 .owl-dot:hover, .owl-theme.dots-1 .owl-dot.active {
    background-color: #e9c11f;
}

.owl-theme.dots-1 .owl-dot:first-child {
    border-radius: 5px 0 0 5px;
}

.owl-theme.dots-1 .owl-dot:last-child {
    border-radius: 0 5px 5px 0;
}

.dots-2 .owl-dots {
    counter-reset: dots;
}

.dots-2 .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.dots-2 .owl-dot {
    background-color: #fff;
    border-radius: 1em;
    color: #dedede;
    display: inline-block;
    font-weight: 900;
    height: 25px;
    line-height: 25px;
    margin: 5px;
    width: 25px;
}

.dots-2 .owl-dot:hover, .dots-2 .owl-dot.active {
    background-color: #e9c11f;
    color: #fff;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}
/*--------------------- 1.10 - Products Ends ------------------------- */



.heading-sec {
    text-align: center;
    margin-bottom: -50px;
    padding-bottom: 50px;
	position: relative;
	 margin-top: 40px;
}
.heading-sec:before{
	position: absolute;
    content: '';
    top: -30px;
    left: 0;
    background: url(../img/shape/heading-bg.png) no-repeat;
    background-position: left top;
    background-size: 17%;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    filter: grayscale(1);
}
.heading-sec-center:before{
	text-align: center;
	background-position: top center;
	background-size: 10%;
}
.heading-sec-left{
	  text-align: left;
	   background-position: left;
}
.heading-sec h1 {
    font-size: 26px;
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
	position: relative;
   
}
.heading-sec-big h1{
	font-size: 26px;
}
.heading-sec h4 {
   font-family: "Playfair Display", serif!important; 
    font-size: 17px;
    color: #e98702;
    font-weight: 400;
    font-style: Italic;
    margin-bottom: 35px;
    letter-spacing: 0.15em;
    line-height: 1.2;
	position: relative;
}
.heading-sec  h3{
	margin-bottom: 2px;
	font-size: 21px;
	position: relative;
}


/*new homeicon refresh*/
.welcome-main-block-two {
  padding: 90px 0 90px;
  position: relative;
  background: transparent!important;
background-image: url(../img/bg/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.welcome-main-block-two:before{
	/* position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    opacity: 0.7;
	background: #333333; */
   
}
.welcome-main-block-two .section {
  padding-bottom: 60px;
}
.welcome-main-block-two .welcome-block-desc {
  max-width: 750px;
  padding-bottom: 130px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
}
.welcome-main-block-two .welcome-block-icon {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  /* font-size: 65px; */
  width: 260px;
  height: 260px;
    /* margin: auto; */
	-webkit-clip-path: polygon(45% 1.33975%, 46.5798% .60307%, 48.26352% .15192%, 50% 0%, 51.73648% .15192%, 53.4202% .60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    clip-path: polygon(45% 1.33975%, 46.5798% .60307%, 48.26352% .15192%, 50% 0%, 51.73648% .15192%, 53.4202% .60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
	/* border-radius: 50%; */
}
.welcome-block {
    padding: 50px 0 20px;
	margin: 0 10px;
}
.welcome-main-block-two .welcome-block-icon img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* border: 5px solid #333333; */
    /* border-radius: 10px; */
}
.welcome-main-block-two .welcome-block-icon:hover.welcome-block-icon img {
  /* transform: rotate(45deg) scale(1.05); */
}
.welcome-main-block-two .welcome-block-icon i {
  position:relative;
 /*  top: 50%; */
  left: 0;
  right: 0;
  width: 100%;
 /*  transform: translateY(-50%); */
  color: transparent;
  /* -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FFF; */
}
.welcome-main-block-two .welcome-block-icon i a{
	width: 100%;
}
.welcome-main-block-two .welcome-block-icon i img{
	/* height: 250px; */
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: #f6f6f6;
    transition: all 0.5s ease 0s;
    /* border-radius: 10px; */
	object-fit: cover;
    padding: 0;
}
.welcome-main-block-two .welcome-block-icon:hover i img{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}
.welcome-block-icon img.img-responsive {
    display: none;
}
.welcome-block-text {
    position: relative;
   top: 20px; 
}
.welcome-main-block-two .welcome-pdt-name {
  position: relative;
  margin-top: 12px;
  margin-bottom: 56px;
  color: #333333;
  line-height: 1.33;
}
.welcome-main-block-two .welcome-pdt-name span{
	font-weight: 600!important;
		font-size: 20px;
		font-family: 'Raleway', sans-serif;
}
.welcome-main-block-two .welcome-pdt-name:after {
 /*  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #e9c11f;
  content: " ";
  opacity: 0.8; */
}
.welcome-main-block-two .welcome-block-text div,
.welcome-main-block-two .welcome-block-text a {
  color: #6F6661;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.33;
}
.welcome-main-block-two .welcome-block-text a:hover {
  color: #739D52;
}
.welcome-main-block-two .welcome-block-icon:hover{
	/* animation: pulse 1s; */
}
@keyframes pulse {
  0% {
    -webkit-transition: box-shadow 0.3s ease 0s;
    -moz-transition: box-shadow 0.3s ease 0s;
    -ms-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    box-shadow: 0 0 0 0 #e9c11f; }
  100% {
    box-shadow: 0 0 0 20px transparent; } }
@media (max-width: 767px) {
  .home-revo-slider .tparrows {
    display: none !important;
  }
}
@media(max-width:992px) {
  .welcome-main-block-two {
    padding-bottom: 40px;
	padding-top: 40px;
  }
  .welcome-main-block-two .welcome-block {
    margin-bottom: 50px;
  }
}

.about-bg-rf{
	position: relative;
}
.about-bg-rf:before{
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-image: url(../img/bg/about-bg-rf.png); */
	background-size: 35%;
    background-repeat: no-repeat;
    background-position: 50% 70%;
}
.special-offer--style-1 .text {
    font-size: 36px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: masked-animation;
    animation-name: masked-animation;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    position: relative;
    display: inline-block;
	font-weight: 400!important;
	background-image: url(../img/banners/slider-5.jpg);
}
.section--no-pb{
	margin: 0!important;
}
@keyframes masked-animation{
0%, 100% {
    background-position: 65% 35%;
}
50% {
    background-position: 95% 65%;
}
}







.organic-farm {
    position: relative;
    background: #F2F0EA;
    margin-top: 0px;
    padding: 0 0 70px;
	 background-image: url(../img/bg/gallery-bg.jpg);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top:-50px;
}

.organic-farm .left-bg-img , .home-about-img .left-bg-img {
    left: 0;
    position: absolute;
	/* filter: contrast(0.5); */
}
.home-about-img , .home-about-img-btm , .organic-farm  {
	overflow: hidden; 
}
.home-about-img{
	/* background: #F8F7F1; */
}
.home-about-img .left-home-img .left-bg-img {
	height: 200px;
	left: 0px;
	/* opacity: 0.15; */
}

.home-about-img .right-home-img .center-bg-img {
	height: 150px;
	right: 0px;
/* 	opacity: 0.15; */
}
.organic-farm .center-bg-img , .home-about-img .center-bg-img{
    position: absolute;
    right: 0;
    top: 35%;
	/* filter: contrast(0.5); */
	height: 280px;
}
.product-right-imgshape{
	position: relative;
}
.home-about-img .product-right-imgshape img.center-bg-img{
	height: 200px;
}
.home-about-img-btm .left-bg-img{
	height: 120px;
	bottom: 50px;
}
.home-about-img-btm .center-bg-img{
	right: -30px;
}
.home-about-img .left-home-img.transform-lefter img{
	top: 0%;
	bottom: auto;
}

.home-about-img .right-home-img.transform-righter img{
	bottom: 8%;
	top: auto;
	height: 200px;
}
.organic-farm .row > div:nth-child(1), .organic-farm .row > div:nth-child(4) {
    margin-top: 85px;
}

.organic-farm-2 {
    position: relative;
}

.organic-farm-2 .left-bottom-img {
    left: 0;
    bottom: 25%;
    position: absolute;
}

.organic-farm-2 .right-top-img {
    position: absolute;
    right: 0;
    top: 20%;
}

.organic-farm-2 .feature-img {
    margin-top: 60px;
}

.organic-farm-2 .feature-wrap {
    margin-top: 50px;
}

.organic-farm-2 .shape-2 {
    bottom: 0;
    position: absolute;
}

.feature-wrap {
    position: relative;
    z-index: 1;
}

.feature-img {
    display: inline-block;
   margin-bottom: -70px;
    margin-top: -155px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.organic-prod {
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 35px 5px;
    text-align: center;
    position: relative;
}

.organic-prod:before {
    border: 2px solid transparent;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    z-index: -2;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.organic-prod:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    border-color: transparent;
}

.organic-prod .divider {
    background-color: #eee;
    display: block;
    height: 2px;
    margin: 30px auto 15px;
    width: 40px;
}

@media (max-width: 1199px) {
    .organic-prod {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .organic-farm .row > div:nth-child(1), .organic-farm .row > div:nth-child(4) {
        margin-top: 0;
    }
	.heading-sec-big h1{
		font-size: 26px;
	}
    .organic-farm .row > div {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .organic-farm-2 .xs-text {
        text-align: center;
    }
	.welcome-main-block-two.home-about-img{
		
		padding-bottom: 0;
	}
	.welcome-main-block-two .welcome-pdt-name{
		margin-bottom: 20px;
	}
}

.feature-icon{
	display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    background-color: #fff;
   box-shadow: 3px 6px 6px 0 rgb(0 0 0 / 11%);
    border-radius: 50%;
    border: 1px dotted #eeeeee;
    background-position: center;
    background-size: cover;
    font-size: 90px;
    color: #405e32;
    position: relative;
}
.feature-wrap h3 {
    margin: 20px 0 5px;
    font-size: 21px;
	text-transform: capitalize;
}
.feature-icon i{
	color: #e9c11f;
	font-size: 60px;
    vertical-align: middle;
}
.feature-icon svg{
	width: 65px;
    height: 65px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -4px;
	fill: #e9c11f!important;
}
.feature-icon i:before{
	width: 80px;
    height: 75px;
}
.feature-icon img.ben-img {
    height: 65px;
    will-change: inherit;
    max-height: 100%;
    position: relative;
    top: -8px;
    left: 1px;
}
.feature-wrap p {
    font-size: 17px;
	color: #6d6d6d;
}
.title-1 {
    font-size: 18px;
}
.section-solid .fixed-shape {
    position: absolute;
    right: 0;
    top: 0;
   opacity: 0.015;
    overflow: hidden;
}
.refresh-spice{
	position: relative;
	background: #f6f6f6;
}
.refresh-banner__special-02 {
    text-align: right;
    position: relative;
    overflow: hidden;
    clear: both;
}
.refresh-banner__special-02 .banner-contain {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    position: relative;
}
.refresh-banner__special-02 .banner-contain .thumb {
    display: inline-block;
}
.refresh-banner__special-02 .text-content {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14%;
    margin-top: -1px;
}
.default-shape .default-shape-one {
    position: absolute;
    bottom: 0;
}
.default-shape .default-shape-two {
    position: absolute;
    top: 0;
}

@media (max-width: 1199px){
.refresh-banner__special-02 .banner-contain {
    display: table;
}
.refresh-banner__special-02 .banner-contain .thumb, .refresh-banner__special-02 .banner-contain .text-content {
    display: table-cell;
    vertical-align: middle;
}
.refresh-banner__special-02 .text-content {
    position: static;
    width: 355px;
    margin: 0;
}
.refresh-banner__special-02 .product-detail {
    margin-top: 30px;
}
}

@media (max-width: 991px){
.refresh-banner__special-02 .banner-contain .thumb, .refresh-banner__special-02 .banner-contain .text-content {
    display: block;
}
.refresh-banner__special-02 .banner-contain {
    display: block;
}
.refresh-banner__special-02 .text-content {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 15px 15px 40px;
}
}























.service-two {
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative
}

.service-two::before {
    content: "";
    width: 100%;
    height: 16px;
  /*   background-image: url(../images/shapes/ripped-paper-gray-up.png); */
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto
}

@media(min-width:1700px) {
    .service-two::before {
        background-size: 100%;
        bottom: -15px
    }
}



.service-two__bottom-curv {
    width: 100%;
    height: 320px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none
}

@media(min-width:1200px) {
    .service-two__bottom-curv {
        display: block
    }
}

.service-two__bottom-curv::before {
    content: "";
    width: 100%;
    height: 16px;
  /*   background-image: url(../images/shapes/ripped-paper-white-up.png); */
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto
}

@media(min-width:1700px) {
    .service-two__bottom-curv::before {
        background-size: 100%;
        bottom: -15px
    }
}

.service-two .container {
    position: relative;
    z-index: 10
}

.service-two .row {
    margin-left: -10px;
    margin-right: -10px
}

@media(min-width:992px) {
    .service-two .row {
        margin-left: -3px;
        margin-right: -3px
    }
}

.service-two .row [class*=col-] {
    padding-left: 10px;
    padding-right: 10px
}

@media(min-width:992px) {
    .service-two .row [class*=col-] {
        padding-left: 3px;
        padding-right: 3px
    }
}

.service-two__card {
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media(min-width:1200px) {
    .service-two__card {
        margin-bottom: 0
    }
}

.service-two__card-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.service-two__card-image>img {
    width: 100%;
	height: 220px;
    object-fit: cover;
    object-position: center;
}

.service-two__card-content {
    background-color: #fff;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .05)
}

@media(min-width:1200px) {
    .service-two__card-content {
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.service-two__card-content h3 {
    color: var(--thm-black);
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px
}

@media(min-width:768px) {
    .service-two__card-content h3 {
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .service-two__card-content h3 {
      /*   max-width: 135px; */
        margin-left: auto;
        margin-right: auto
    }
}

.service-two__card-content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.service-two__card-content h3 a:hover {
    color: var(--thm-primary)
}

.service-two__card-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    color: #6e7673
}

@media(min-width:768px) {
    .service-two__card-content p {
        font-size: 17px
    }
}

.service-two__card:hover .service-two__card-content {
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .1)
}

.service-two__card-icon {
    width: 78px;
    height: 78px;
    background-color: #333333;
    border: 6px solid #fff;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    top: -39px;
    margin-bottom: -39px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

@media(min-width:768px) {
    .service-two__card-icon {
        width: 98px;
        height: 98px;
        top: -49px;
        margin-bottom: -49px
    }
}

@media(min-width:1200px) {
    .service-two__card-icon {
        width: 108px;
        height: 108px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px
    }
}

.service-two__card:hover .service-two__card-icon {
    background-color: #e9c11f;
	color: #333333;
}

.service-two__card:hover {
    -webkit-box-shadow: 0 4px 0 0 #e9c11f;
    box-shadow: 0 4px 0 0 #e9c11f;
}

.service-two__service-page {
    background-color: #fff
}

.service-two__service-page::before {
    display: none
}

.service-two__home-two {
    padding-bottom: 50px
}

@media(min-width:1200px) {
    .service-two__home-two {
        padding-bottom: 90px;
        padding-top: 200px;
        margin-top: -80px
    }
}

.service-two__home-two .row {
    margin-left: -15px;
    margin-right: -15px
}

.service-two__home-two .row [class*=col-] {
    padding-left: 15px;
    padding-right: 15px
}

.service-two__home-two .service-two__card-content {
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
    margin-bottom: 30px
}

@media(min-width:1200px) {
    .service-two__home-two .service-two__card-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 35px
    }
}

.service-two__home-two .service-two__card-content h3 {
    margin-left: 0;
    margin-right: 0
}

@media(min-width:1200px) {
    .service-two__home-two .service-two__card-content h3 {
        margin-top: 25px
    }
}


.block-title{
	margin-bottom: 30px;
}

@media (min-width: 1200px){
.block-title {
   /*  margin-bottom: 60px; */
}
}

.slider-home{
	padding: 2rem 0;
}

.home-banner-two .owl-theme .owl-nav .owl-next , .home-banner-two .owl-theme .owl-nav .owl-prev{
 top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 10;
  z-index: 10;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
	text-align: center;
    opacity: .5;
	position: absolute;
}
.home-banner-two .owl-theme .owl-nav .owl-next{

right: 0;
    margin-right: 2.5rem;
}
.home-banner-two .owl-theme .owl-nav .owl-prev {
    left: 0;
    margin-left: 2.5rem;
}

@media (max-width: 767px){
.home-banner-two .owl-theme .owl-nav .owl-next  , .home-banner-two .owl-theme .owl-nav .owl-prev{
    top: auto;
    bottom: 1rem;
}
}

/*homegallery*/

.gallery-area {
  position: relative;
  z-index: inherit;
  padding: 20px 0 0px;
  
}
.gallery-area-bg{
	background-color: #F2F0EA;
    background-image: url(../img/bg/gallery-bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.gallery-area .fixed-shape {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.035;
}

.gallery-area #portfolio-grid {
  margin: -15px;
}

.gallery-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-area .gallery-items.colums-6 .pf-item {
  float: left;
  padding: 15px;
  width: 16.6666%;
}

.gallery-area .pf-item .item {
  overflow: hidden;
}

.gallery-area .pf-item .item::after {
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  content: "";
  transition: all 0.25s ease-in-out;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.gallery-area .pf-item .item:hover::after {
  opacity: 0.6;
}

.gallery-area .pf-item .item .info {
  padding: 30px 45px;
  position: absolute;
  bottom: -30px;
  left: 0;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  z-index: 1;
  right: 0;
  text-align: center;
  justify-content: center;
}

.gallery-area .pf-item .item:hover .info {
  opacity: 1;
  bottom: 0;
}

.gallery-area .pf-item .item .info a {
  color: #ffffff;
  position: relative;
}

.gallery-area .pf-item .item .info a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: bottom;
}

.gallery-area.shape-less .pf-item .item .info a::after {
  display: none;
}

.gallery-area .pf-item .item {
  position: relative;
  border-radius: 4px;
}

.gallery-area .pf-item .item .info h4 {
  margin: 0;
}

.gallery-area .pf-item .item .thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 55px;
  width: 50px;
  background: rgba(231,195,95,0.9);
  z-index: 5;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  transform: translate(-50%, -50px);
  -webkit-clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
    clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
	border-radius: 0;
}

.gallery-area .pf-item .item .thumb a::after {
  display: none;
}

.gallery-area .pf-item .item:hover .thumb a {
  transform: translate(-50%, -50%);
  opacity: 1;
  color: #333333;
}

.gallery-area .pf-item .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  height: auto;
}

.gallery-area .pf-item .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}



.text-white{
	color: #fff!important;
}
.vc_row-separator {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    line-height: 0;
}
.vc_row-separator.bottom {
    bottom: -3px;
}
.vc_row-separator.top {
    top: 0;
}
.vc_row-separator svg {
    /* height: 80px; */
    width: 100%;
	fill: #fff;
}
.wave-top-bottom {
    bottom: 0px;
    transform: rotate(
180deg
);
}












 .testimonial {
	 position: relative;
	 padding:0px 0 40px;
	 width: 100%;
	 justify-content: center;
	 align-items: center;
	 color: #212529;
/* 	 background-image: url(../img/bg/gallery-bg.jpg); */
	background-repeat: repeat;
	
}
.testimonial__inner {
    padding: 25px 0 0;
}
 .testimonial-slide {
	 padding: 40px 20px;
}
 .testimonial_box-top {
	 background-color: transparent;
	 padding: 30px;
	 border-radius: 15px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 flex-direction: column;
	 text-align: center;
	 box-shadow: 2px 2px 10px rgba(206, 212, 218, 0.534);
}
 .testimonial_box-icon {
	 padding: 10px 0;
}
 .testimonial_box-icon i {
	 font-size: 25px;
	 color: #212529;
}
 .testimonial_box-text {
	 padding: 10px 0;
}
 .testimonial_box-text p {
	color: #6d6d6d;
	 font-size: 17px;
	 line-height: 20px;
	 margin-bottom: 0;
}
 .testimonial_box-name {
	 padding-top: 10px;
}
 .testimonial_box-name h4 {
	 font-size: 17px;
	 line-height: 25px;
	 margin-bottom: 0;
	 color: #e98702;
    font-family: 'divine-pro-semi';
}
 .testimonial_box-job p {
	 color: #212529;
	 font-size: 14px;
	 text-transform: uppercase;
	 letter-spacing: 3px;
	 line-height: 20px;
	 font-weight: 300;
	 margin-bottom: 0;
}
 .slick-dots li {
	 padding: 0 30px;
	 opacity: 0.5;
}
 .slick-dots li button {
	/*  content: url(https://i.ibb.co/hKgs8gm/profile.jpg);
	 background: url(https://i.ibb.co/hKgs8gm/profile.jpg); */
	 background-position: center !important;
	 background-size: cover !important;
	 text-indent: -9999px;
	 overflow: hidden;
	 width: 60px;
	 height: 60px;
	 border-radius: 50px;
	 border: 4px solid #dee2e6;
}
 .slick-dots .slick-active {
	 opacity: 1;
}
 .gallery-btn {
    margin: 30px 0 40px;
    text-align: center;
}
 .pcolor{
	 color: #6d6d6d;
 }
 
 
 
 
 
 
 
 .page-title-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 320px;
}
.page-title-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 6, 16, 0.207194)), color-stop(93%, rgba(1, 6, 16, 0.200677)));
    background: llinear-gradient(180deg, rgba(1, 6, 16, 0.207194) 0%, rgba(1, 6, 16, 0.200677) 93%);
}
.page-title-area .title-content {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 5px;
}
.page-title-area .title-content h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 2px;
}
.page-title-area .title-content ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}
.page-title-area .title-content ul li:last-child:before {
    display: none;
}
.page-title-area .title-content ul li:before {
    position: absolute;
    content: "/";
    top: 0;
    left: 53px;
    color: #fff;
}
.page-title-area .title-content ul li a {
    display: block;
    color: #fff;
}
.page-title-area .title-content ul li a:hover {
   /*  color: #e9c11f; */
}
.page-title-area .title-content ul li span {
    display: inline-block;
    color: #fff;
}

.testimonial-section{
	padding: 30px 0 0 ;
}
.testimonial-page{
	margin-top: 0;
	padding: 0 0 50px;
}
.page-section {
    padding: 50px 0;
	overflow: hidden;
    position: relative;
}
.success {
    padding: 15px!important;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 17px;
    color: green;
    margin-bottom: 40px!important;
}
.error{
	padding: 15px!important;
   font-weight: 400;
    letter-spacing: .5px;
    font-size: 16px;
    color: #e4144d;
    margin-bottom: 40px!important;
}
.newsletter-section {
  color: #ffffff; 
  position: relative;
  background-color: #F2F0EA;
   
    background-size: cover;
    background-repeat: no-repeat;
background-position: bottom center;
  }
  .newsletter-section:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
     background-image: url(../img/icons/pattern-1.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
	opacity: 0.1;
	
  }
  .newsletter-section .newsletter-title h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .newsletter-section .newsletter-title h1 {
        font-size: 25px;
        line-height: 30px; } }

.subscription-form-wrapper p {
  margin-bottom: 0;
  margin-right: 10px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }
  @media only screen and (max-width: 479px) {
    .subscription-form-wrapper p {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.subscription-form {
  position: relative;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-right: 160px;
  background-color: #F2F0EA;
  height: 50px;
  border-radius: 50px;
  padding-top: 12px;
  padding-left: 20px; }
  @media only screen and (max-width: 479px) {
    .subscription-form {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-right: 120px; } }
  .subscription-form input {
  width: 100%;
  font-size: 17px;
    border: none;
    background: #F2F0EA;
    height: auto;
    line-height: 26px; 
	padding: 0;
		box-shadow: none!important;
	}
	.subscription-form input:focus{
		background: #F2F0EA;
		outline: 0!important;
		box-shadow: none!important;
	}
	
  .subscription-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    background: none;
    border: none;
	font-size: 17px;
    background-color: #e9c11f;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 50px; 
	color: #333333;
	}
    @media only screen and (max-width: 479px) {
      .subscription-form button {
        padding: 10px 20px; } }
    .subscription-form button:hover {
      background-color: #333333;
	color: #fff;
	  }
  .subscription-form .mailchimp-alerts {
    position: absolute;
    top: 50px; }
	
	
	.section {
    position: relative;
	}
	.products-list .__item{position: relative; margin-bottom: 135px;}
	.products-list .__item:first-child {
    margin-top: 0;
}
.products-list .__item .__bg {
    display: none;
}
@media (min-width: 992px){
.products-list .__item .__bg {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
}
@media (min-width: 768px){
	.products-list .__item .__bg {
    display: block;
    position: absolute;
    bottom: 5%;
    z-index: -1;
}
.products-list .__item:nth-of-type(odd) .__bg {
    right: -15px;
}
.products-list .__item:nth-of-type(even) .__bg {
    left: -15px;
}
}



.products-list .__item .__inner {
    width: 100%;
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}
.products-list .__content {
    margin: auto;
}
.products-list .__content .heading-sec{
	margin-top: 0;
}
@media (min-width: 992px){
.products-list .__item:nth-of-type(odd) .__content {
    margin-left: 5%;
}
.products-list .__item:nth-of-type(even) .__content {
    margin-right: 5%;
}
}
@media (min-width: 992px){
.products-list .__content {
    max-width: 470px;
}
}
@media (min-width: 1200px){
.products-list .__item:nth-of-type(odd) .__content {
    margin-left: 5%;
}
.products-list .__item:nth-of-type(even) .__content {
    margin-right: 5%;
}
}
.products-list .__item .__inner .col-12 {
   
}
.products-list .__item .__inner .col-12:last-child{
	margin-bottom: 0;
}
.products-list .__item .__inner .__image{
	position: relative;
}
.products-list .__item .__inner .__image:after{
	content:'';
	display: block;
	padding-bottom: 450px;
}
.products-list .__item .__inner .__image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	border-radius: 50px 0 50px 0;
}
main p {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media (min-width: 992px){
.products-list .__item:nth-of-type(even) .__inner>.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
}


section.footer-main.footer-bg:after {
    position: absolute;
    content: '';
    top: 0;
    background-image: url(../img/shape/puremilk-shape.png);
    background-repeat: no-repeat;
    z-index: 111;
}
.opacity015 img{
	opacity: 0.15;
	top: 20%;
}

.contact-form-content {
    padding: 20px;
    /* border: 1px solid #ecdecd; */
    background: #ffffff;
    box-shadow: 0 0 7px #cccccc;
    position: relative;
	border-radius: 6px;
}

.backdrop-contactform{
	background: rgba(255,255,255,0.75);
    box-shadow: none;
    position: relative;
    backdrop-filter: blur(10px);
	margin-top: 40px;
}


/*shop box categ*/

.shop-categ-block{
	margin: 50px auto;
	width: 100%;
	max-width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 768px){
.shop-categ-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}


.shop-categ-block .displayFilter {
    padding: 20px 20px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    overflow-x: scroll;
    top: 45px;
    background: #fff;
    -webkit-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    overflow: hidden;
    overflow-x: scroll;
   -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
}
.shop-categ-block .displayFilter::-webkit-scrollbar {
    display: none;
}
.p-0{
	padding: 0;
}

.shop-categ-block .displayFilter .circlebox {
    width: 130px;
    height:130px;
    float: none;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 25px;
}
.shop-categ-block .displayFilter .circlebox:first-child {
    margin-left: auto;
}
.shop-categ-block  .displayFilter .circlebox:last-child {
    margin-right: auto;
}

.shop-categ-block .displayFilter .circle {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
}
.shop-categ-block .displayFilter img {
    height: 130px;
	max-width: 100%;
	object-fit: cover;
    border-radius: 50%;
    will-change: transform;
	
}
.shop-categ-block .displayFilter span {
    font-weight: 400;
	margin: 15px 0;
	position: relative;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #7a7b7a;
    margin-top: 8px;
	font-size: 17px;
	font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding: 10px 0;
	color: #333333;
}

.shop-categ-block .displayFilter .circlebox a.active span , .shop-categ-block .displayFilter .circlebox a:hover span{
	color:#333333;
}
.shop-categ-block .displayFilter .circlebox a.active span::after ,.shop-categ-block .displayFilter .circlebox a:hover span::after {
    position: absolute;
    left: -7px;
    top: 0;
    content: "";
    height: 120%;
    width: 120%;
    background: url(../img/shape/shopshape.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.07;
}
.shop-categ-block .displayFilter .circlebox a{
	transition: all .5s ease 0s;
}
.shop-categ-block .displayFilter .circlebox a:hover{
	webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.nice-select{
	font-size: 17px;
}
h2#swal2-title{
	font-size: 18px;
}

.box-relative, .section-relative {
    position: relative;
    z-index: 1;
}
.bg-image-2::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #fff;
  /*   background-image: url(../img/bg/bg-about-1.jpg); */
    z-index: -1;
}
.error{
	color: #e4144d;
}



.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 0px;
  height: 100vh;
  color: #fff;
}
.close-button {
 color: red;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    z-index: 11;
    right: 0;
    border: solid 1px #f8f8f8;
    background: #f8f8f8;
}

.form-popup-bg:before{
   /*  content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; */
}
.isotope-filters-list-wrap{
	margin-bottom: 50px;
}
.isotope-filters-list {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    width: 100%;
    max-width: 280px;
    padding: 15px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 2;
}
.isotope-filters > * {
    margin-top: 0;
    vertical-align: middle;
}
.isotope-filters-list li.active {
    color: #e9c11f;
}
.isotope-filters-list li{
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #9b9b9b;
}
.isotope-filters-list.active {
	opacity: 1;
	visibility: visible;
}

.isotope-filters-toggle .icon {
	transition: transform .25s ease;
}

.isotope-filters-toggle.active .icon {
	transform: rotate(180deg);
}

	.isotope-filters-list-wrap {
		display: inline-block;
		position: relative;
		padding-bottom: 4px;
		overflow: auto;
    width: 100%;
	}
	
.isotope-filters-list-wrap::-webkit-scrollbar {
   height: 1px;
    width: 5px;
}
.isotope-filters-list-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
}
 
/* Handle */
.isotope-filters-list-wrap::-webkit-scrollbar-thumb {
    background: linear-gradient(315deg, #d7d7d7 0%, #d7d7d7 100%);
}

/* Handle on hover */
.isotope-filters-list-wrap::-webkit-scrollbar-thumb:hover {
     background: linear-gradient(315deg, #d7d7d7 0%, #d7d7d7 100%);
}
.isotope-filters-list-wrap::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    border-radius: 6px;
    background: #d7d7d7;
}
.isotope-filters-list > * {
    padding-left: 30px;
    padding-right: 30px;
}
.isotope-filters-list {
    position: static;
    display: flex;
    justify-content: space-between;
    max-width: none;
    top: auto;
    left: auto;
    width: auto;
    padding: 0;
    box-shadow: none;
    background: transparent;
    transform: none;
    visibility: visible;
    opacity: 1;
margin: auto;
}
.isotope-filters-list li {
    display: inline-block;
    padding:5px 40px;
}
.isotope-filters-list li::after {
    position: absolute;
    content: '';
    bottom: -4px;
    left: 50%;
    width: 130%;
    height: 4px;
    border-radius: 6px;
    background: #e9c11f;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    transition: all .25s ease;
}
.isotope-filters-list li.active::after, .isotope-filters-list li:hover::after {
    width: 100%;
    opacity: 1;
}
.isotope-filters-toggle {
		display: none;
	}

.shop-short-description {
    font-size: 16px;
}
div#login:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    background: rgba(1,1,1,0.7);
    content: '';
}
.modal-backdrop{
	display: none;
}
.modal-open .modal{
	background: rgba(1,1,1,0.45);
}
button.close {
    position: absolute;
    z-index: 10;
    background: #F2F0EA;
    padding: 2px 7px;
    right: 10px;
    color: #333333;
    border: 1px solid #F2F0EA;
	border-radius: 5px;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
}

.modal-content{border: 4px solid #e9c11f;}

@media only screen and (max-width: 1500px),
only screen and (max-device-width: 1500px) {
	.welcome-main-block-two .welcome-block-icon{
		/* width: auto; */
	}
}
@media only screen and (max-width: 1199px),
only screen and (max-device-width: 1199px) {
.product-cart-button {
    line-height: 41px;
    padding: 0 25px;
    top: 0;
    width: auto;
    margin: 5px 0;
    /* height: auto; */
    border-radius: 5px;
    height: 50px;
    margin: 0;
}
.small-image-slider-single-item img {
    height: 85px;
}
.navigation-top-search-area .logo{
	padding: 5px;
}
}

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
	.feature-img{
		margin-top: -60px;
	}
	.scroll-top.active{
		top: 84%;
	}
	.organic-farm{
		padding-top: 40px;
		margin-top: 0;
	}
	.subscription-form-wrapper p{
		padding-top: 10px;
    margin-right: 10px;
	flex-basis: 35%;
	}
	.navigation-top-search-area .logo{
		float: left;
	}
	.active-dropdown-menu{
		overflow: auto;
	}
	.small-cart-item-wrapper{
		margin-top: 85px;
	}
	.mobile-menu .mean-bar .mean-nav > ul{
		top: 95px;
	}
	.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar .mean-nav > ul{
    top: 68px;
}
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close{
	top: 38px;
}
.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar .meanmenu-reveal span.menu-close{
	top: 20px;
}
	.products-list .__item{
		margin-bottom: 85px;
	}
	.header-cart-icon{
		float: revert;
		margin-right: 20px;
	}
	.home-banner-two{
		margin-left: 0;
	}
}

@media only screen and (max-width: 720px),
only screen and (max-device-width: 720px) {
	div#login.modal {
    padding: 5px!important;
}
div#login.modal .modal-dialog{
   margin:0 auto!important;
}
.modal-dialog .container {
    padding: 0;
}
.modal-dialog .container .col-lg-12{
	padding: 0 5px;
}
.page-title-area{
	height:280px;
}
.page-title-area .title-content{
	margin-top: 0;
}
.page-title-area .title-content h2{
	font-size: 40px;
}
.home-banner-two .home-slides .home-item{
	/* height: 380px; */
}
}


@media only screen and (max-width: 575px),
only screen and (max-device-width: 575px) {
.products-list .__item .__inner .__image:after{
	padding-bottom: 350px;
}
.small-cart-close{
	height: 75px;
    padding-top: 27px;
}
.page-title-area .title-content h2{
	font-size: 35px;
}
.navigation-middle::after{
	background-size: 300%;
}
.navigation-top-search-area .logo img{
	height: 90px;
}
.about_img{
	margin-top: 50px;
}
.col-md-12.copyright span {
    color: #fff;
    padding: 0 40px;
}
.gallery-area .gallery-items.colums-3 .pf-item{
	width: 50%;
}
hr.footer-sep {
    position: relative;
    /* height: 4px; */
    width: 1.5px;
    border: none;
    background: #fff;
    height: 14px;
    margin: 0;
    margin: 0 10px;
    opacity: 0.7;
    top: 5px;
}
.home-banner-two .home-slides .home-item .main-banner-content h1{
	font-size: 20px;
}
}
@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
	.heading-sec-big h1, .heading-sec h1 {
    font-size: 24px;
	line-height: 32px;
}
.newsletter-section .newsletter-title h1{
	font-size: 22px;
		line-height: 30px;
}
.footer-bottom .copyright {
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0.7;
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
}
.col-md-12.copyright ul {
 
    /* margin: auto; */
    /* text-align: center; */
    /* float: initial; */
    /* display: block; */
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.col-md-12.copyright ul li {
    padding: 0px;
}
.col-md-12.copyright a {
    margin-left: 15px;
    font-size: 12px;
    line-height: 1.4;
}
.col-md-12.copyright span {
    color: #fff;
    padding: -;
    font-size: 12px;
    padding: 0;
    line-height: 1.4;
    /* text-align: left; */
    text-align: left;
    padding-left: 14px;
}

.feature-wrap h3{
	font-size: 19px;
}
.home-banner-two .home-slides .home-item{
	/* height: 320px; */
}
.home-item-bg{
	background-position: 50% 50%;
}
body ,p , .testimonial_box-text p , .feature-wrap p{
	font-size: 16px;
}
section.section-solid.pb-40.home-about-img {
    padding-top: 30px;
}
.product-description-review-container nav .nav-tabs a.nav-link{
	font-size: 18px;
}
.section-title h2{
	font-size: 22px;
}
.isotope-filters-list li{
	font-size: 12px;
}
}
@media only screen and (max-width: 420px),
only screen and (max-device-width: 420px) {
.products-list .__item .__inner .__image:after{
	padding-bottom: 320px;
}
.navigation-middle::after {
    background-size: 520%;
}
.subscription-form input , .subscription-form button{
	font-size: 13px;
}
}
@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {
	.mcart{
		right: 10px;
	}
	ul.navbar-nav > li{
		right: 10px;
	}
	a.meanmenu-reveal{
		padding-left: 20px;
	}
	ul.navbar-nav > li {
   /*  padding: 23px 0; */
}
.navigation-top-search-area .logo img {
    height: 90px;
}
.header-area--absolute.is-sticky--absolute ul.navbar-nav > li {
   /*  padding: 11px 0; */
}
ul.navbar-nav > li a i.icon-users{
    font-size: 17px;
   /*  top: 7px; */
    position: relative;
}
.header-area--absolute.is-sticky--absolute .header-cart-icon .small-cart-trigger {
    top: 17px;
}
.header-area--absolute.is-sticky--absolute .mobile-menu .mean-bar {
    top: 6.9px;
}
.sidebar-widget > ul li a{
	font-size: 12px;
}
}
@media only screen and (max-width: 349px),
only screen and (max-device-width: 349px) {
.products-list .__item .__inner .__image:after{
	padding-bottom: 290px;
}
.product-cart-button{
	font-size: 12px;
    padding: 0 6px;
}
.heading-sec-big h1, .heading-sec h1{
	font-size: 22px;
}
.newsletter-section .newsletter-title h1 ,.product-details-title {
    font-size: 20px;
}
.isotope-filters-list li{
	font-size: 11px;
}
}
.myaccount-content .form-control{
background: #F8F7F1;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9c11f;
    border-color: #e9c11f;
}
.myaccount-content .table-responsive tbody {
    background: #f8f7f1;
}
.tab-slider-wrapper.product-description-review-container .tab-content {
    padding: 30px 0;
}
.wp-gr span.wp-google-text , .wp-gr .wp-google-url , .wp-gr a.wp-google-name {
    font-family: 'divine-pro'!important;
}
.wp-gr a.wp-google-name , .wp-gr .wp-google-url{
color: #333333!important;
}

.bee-content-block {
    padding: 70px 0px;
    clear: both;
}
.feature-product-dark-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-color: #896800;
    position: relative;
}
.feature-product-dark-bg {
    background-image: url(../img/bg/bg-1.jpg);
	z-index: 1;
}
.feature-product-dark-bg:after {
    background-color: rgba(245,248,248,0.85);
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
	z-index: -1;
}

.training-box {
	text-align: center;
	margin-top: 30px;
}
.training-icon {
	position: relative;
	
	background-color: #fafafa;
	display: inline-block;
	/* width: 128px; */
    height:280px;
	margin-bottom: 20px;
	/* -webkit-clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%);
    clip-path: polygon(47.5% .66987%, 48.2899% .30154%, 49.13176% .07596%, 50% 0%, 50.86824% .07596%, 51.7101% .30154%, 52.5% .66987%, 97.14102% 25.66987%, 97.85495% 26.16978%, 98.47124% 26.78606%, 98.97114% 27.5%, 99.33948% 28.2899%, 99.56505% 29.13176%, 99.64102% 30%, 99.64102% 70%, 99.56505% 70.86824%, 99.33948% 71.7101%, 98.97114% 72.5%, 98.47124% 73.21394%, 97.85495% 73.83022%, 97.14102% 74.33013%, 52.5% 98.33013%, 51.7101% 98.69846%, 50.86824% 98.92404%, 50% 99%, 49.13176% 98.92404%, 48.2899% 98.69846%, 47.5% 98.33013%, 2.85898% 74.33013%, 2.14505% 73.83022%, 1.52876% 73.21394%, 1.02886% 72.5%, .66052% 71.7101%, .43495% 70.86824%, .35898% 70%, .35898% 30%, .43495% 29.13176%, .66052% 28.2899%, 1.02886% 27.5%, 1.52876% 26.78606%, 2.14505% 26.16978%, 2.85898% 25.66987%); */
	overflow: hidden;
}

.training-icon:before {
	position: absolute;
	left: -30px;
	border-right: 30px solid #ffcd00;
	border-top: 62px solid transparent;
	border-bottom: 62px solid transparent;
	content: "";
	display: none;
}
.training-icon:after {
	position: absolute;
	right: -30px;
	border-left: 30px solid #ffcd00;
	border-top: 62px solid transparent;
	border-bottom: 62px solid transparent;
	content: "";
	display:none;
	top: 0px;
}
iframe {
    width: 100%;
}
.training-icon img {
	/* max-width: 65px; */
   /*  margin-top: 32px; */
	height: 100%;
	max-width: 100%;
	width: 100%;
    vertical-align: middle;
    align-items: center;
	will-change: transform;
	    object-fit: cover;
		object-position: left center;
}

@media(max-width: 575px){
	.training-icon  {
		height: 230px;
	}
}
.training-box a {
	color: #fff;
}
.training-box a:hover {
	color: #ffcd00;
	text-decoration: none;
}
.training-box a:hover .training-icon {
	background-color: #fff;
}
.training-box a:hover .training-icon:before {
	border-right: 30px solid #fff;
}
.training-box a:hover .training-icon:after {
	border-left: 30px solid #fff;
}
.training-box h4 {
	margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
    font-size: 18px;
	font-weight: 700px!important;
}
.training-box p {
	margin-bottom: 0px;
	line-height: 20px;
	color: #f1f1f1;
	font-weight: 300!important;
    font-size: 15.5px;
}
.sample-video {
	text-align: center;
	max-width: 600px;
	margin: 50px auto;
}
.sample-video h4 {
	margin-bottom: 30px;
}
.tab-content ul {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}
.tab-content ul li {
	margin-top: 10px;
}
/* ::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{border-radius:0}::-webkit-scrollbar-thumb{margin:2px;border-radius:10px;background:rgba(0,0,0,.2)} */


.honeybee-overlay-hex {
    background-color:#fff;
	opacity:0.85;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
	background-position: -11% 100% !important;
}
.honeybee-overlay-hex:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAtCAYAAAADfVPBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NjdDRTIxMDk3NDAxMUU4OEI4RUEzNzIxNzA0RDk3QiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NjdDRTIxMTk3NDAxMUU4OEI4RUEzNzIxNzA0RDk3QiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY2N0NFMjBFOTc0MDExRTg4QjhFQTM3MjE3MDREOTdCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY2N0NFMjBGOTc0MDExRTg4QjhFQTM3MjE3MDREOTdCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+u1rxPQAAA7lJREFUeNrsmHtMTmEcx99OdLFCYlkuucXIEOHNakabbC4ztxAtl7bMsHKrmM1MaWShaYZhNJcxG6I2t0UWMrJcJrfRKDMstFjJ98fXvGtv3tt5ttbOb/vs/PGc9/zO93l+z/Oe39dt3ugRjaY/MREUmtTERrAJlIFoUK3Xg/NKSn9fY81h3TVc94JdoABcA910FCET9JFCUoAHqALpes4UhGTh8kbEJIKVYCzoCSrBThef3w/cABdBEegEMsEgrlIq+AZiXMwTByH1uCaDJM1iQJL2ASvAUlAHFjv4cG+QCyqAH4gE08Ani3s2cywfHAf3wBAH84SDcnAYHAReKLdszcqNu1kO+8B+8AxE2JFAVrcWLAILQQhXx1p8BrPBUODOvZQHfG3k8AdnwE3wVSoAIhLAdxnU/vPD5aCv1CK4Ds6CjlbuGwdeg2ywHXiCQ3bO8AOuygIwE9SA1c3cKyv6gas9BZjBc8sbNBvJXvBlZSOHsly2ckxK5TK4Ah6DHmCNk7V/lJOwBWzjIRHNsVk8RDaA9aAzOG/tIZqdyQr5sqvAOnAXPOUeG8/ElTocTPLCAeA2T9dicJL5fWydgpqDyXbIZgPDuRq9wVWd/5Peg6kgHoxhZczl6WfSU4yEbLYn3Ecqo5gCiuz9geZkIqnv9orFdOH7dVUtxs3UAkMztexobC1iGluTmFZXZoYYQ4whxhCjVsyPJt2jingHfoK3KsX0Av3ZDquMGew841WJERfnJRsy6Tq/gDk6ixjIfkYcl9Ps8W/RJNFFTBxoYCstRIEgcAEcY/sb4qIIT/oOj9iIDWYrPZLuTgXHPZwVE8nWWVyQPaAtyLH4dhKraBh7nHJ2hT5OCEmlGxTDNlksqYccE5cvmCZJLHMlOyImgH22NEbVfJisSL2Ve8s4e1Juk1l6aXaKmGD6Zwqms0c61cy9YpK0o3GSxfeKsiUmgwnMfLlw2k224gSTZdCYqOLvrcXfdruQfoI/zQp7Iol+hFTCpVhzWAEIaipmPmc+hXaPuCD5TpRMGmtcvK1zVjZvLks3EIwCk+i+OBKVXJUIluQrCMoRMWKqibN4hLPrzWV0JeQ/aDrLz5ebN5MvISZhAhgA7rjqE+SVlIqlvAwkapwZ2Xih3GB1Oh6zpZy5JWAt95ecWvv1PMshSA4nL43nuNio9xX+AR7gV0O2qgQQVC9iOrC0VIY7r4HGh6YhxhBjiDHEGGIMMYYY/cXU8rtJZTSwM61RmaQNCGM/rzL8+LUcrDLJLwEGABaP2O1w44HvAAAAAElFTkSuQmCC);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    zoom: 1;
    filter: alpha(opacity=5);
    -webkit-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
}

	video {
			width: 100%;
			height: 100%;
			display: block;
		}
.floating-honey{
	top: 10px;
    position: absolute;
    transform: translate(50px, 0px);
}
 .float_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.float-img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.float-img img {
    position: relative;
    margin-top: 12px;
    animation-name: floating_2;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    animation-iteration-count: infinite;
	height: auto;
    max-width: 100%;
    vertical-align: top;
}
@keyframes floating_1 {
  0% {
    margin-top: -60px;
  }
  50% {
    margin-top: -30px;
  }
}
@keyframes floating_2 {
  0% {
    margin-top: 12px;
  }
  50% {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px){
	.floating-honey{
	right: 50%;
}
}

.faq-style2 h3 {
    color: #fdfafa;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    background: #333333;
    padding: 12px 20px;
    margin-top: 15px;
}
.faq-style2 .panel-content {
    padding: 15px 0;
	font-size: 15.5px;
}
.ptb-50{
	padding: 50px 0;
}
.pb-50{
	padding-bottom: 50px;
}

.question {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq-co{
	border-radius: 20px;
   box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%);
    margin: 20px auto;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
  color: #bbbbbb;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
.floating-button{cursor:pointer;position:fixed;bottom:70px;right:45px;z-index:999;margin-right:-30px;border-radius:50%;-webkit-animation-name:bounce;animation-name:bounce;animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;-moz-animation:bounce 2s infinite;-o-animation:bounce 2s infinite}.floating-button a img{width:50px;height:auto}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px){
	.floating-button{
		bottom: 140px;
	}
}
.question.active + .answercont {
}
a.btn.btn-success {
    color: #fff;
}
.notifyjs-corner{
	top:20%!important;
}
button.contine-shop-btn a {
    color: #333333!important;
    display: block;
    height: 36px;
}